STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Enumerations | Functions
profiler_state.h File Reference

Global profiler state. More...

Go to the source code of this file.

Namespaces

 __gnu_profile
 GNU profile code for public use.
 

Enumerations

enum  __gnu_profile::__state_type { __gnu_profile::__ON, __gnu_profile::__OFF, __gnu_profile::__INVALID }
 

Functions

 __gnu_profile::_GLIBCXX_PROFILE_DEFINE_DATA (__state_type, __state, __INVALID)
 
bool __gnu_profile::__turn (__state_type __s)
 
bool __gnu_profile::__turn_on ()
 
bool __gnu_profile::__turn_off ()
 
bool __gnu_profile::__is_on ()
 
bool __gnu_profile::__is_off ()
 
bool __gnu_profile::__is_invalid ()
 

Detailed Description

Global profiler state.