Public Member Functions | List of all members
profilingTrigger Class Reference

Triggers for starting/stopping code profiling. More...

Public Member Functions

 profilingTrigger ()
 
 profilingTrigger (const char *name)
 
 profilingTrigger (const string &name)
 
 ~profilingTrigger ()
 
bool running () const
 
void stop ()
 

Detailed Description

Triggers for starting/stopping code profiling.

Source files

Definition at line 50 of file profilingTrigger.H.

Constructor & Destructor Documentation

◆ profilingTrigger() [1/3]

Definition at line 28 of file profilingTrigger.C.

◆ profilingTrigger() [2/3]

profilingTrigger ( const char *  name)

Definition at line 34 of file profilingTrigger.C.

◆ profilingTrigger() [3/3]

profilingTrigger ( const string name)

Definition at line 40 of file profilingTrigger.C.

◆ ~profilingTrigger()

Definition at line 48 of file profilingTrigger.C.

Member Function Documentation

◆ running()

bool running ( ) const

Definition at line 56 of file profilingTrigger.C.

◆ stop()

void stop ( )

Definition at line 62 of file profilingTrigger.C.

References profiling::unstack().

Here is the call graph for this function:

The documentation for this class was generated from the following files: