GNU Octave  3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Macros | Variables
profiler.h File Reference
#include <cstddef>
#include <map>
#include <set>
#include <string>
#include <vector>
Include dependency graph for profiler.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  profile_data_accumulator::enter
class  profile_data_accumulator
struct  profile_data_accumulator::stats
class  profile_data_accumulator::tree_node

Macros

#define BEGIN_PROFILER_BLOCK(name)
#define END_PROFILER_BLOCK   }

Variables

OCTINTERP_API
profile_data_accumulator 
profiler

Macro Definition Documentation

#define BEGIN_PROFILER_BLOCK (   name)
#define END_PROFILER_BLOCK   }

Variable Documentation

Definition at line 406 of file profiler.cc.