/[svn]/linuxsampler/trunk/src/engines/gig/Profiler.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/engines/gig/Profiler.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1551 by schoenebeck, Sun Sep 11 15:56:29 2005 UTC revision 1552 by schoenebeck, Wed Dec 5 22:37:42 2007 UTC
# Line 40  namespace LinuxSampler { namespace gig { Line 40  namespace LinuxSampler { namespace gig {
40       */       */
41      class Profiler {      class Profiler {
42          public:          public:
43              static void Reset( void )                  static void Reset();
             {  
                     profilingSamples = 0;  
                     profilingTime = 0;  
             }  
44    
45                  static void enable() {                  static void enable();
                     bEnabled = true;  
                 }  
46    
47                  static bool isEnabled() {                  static bool isEnabled() {
48                      return bEnabled;                      return bEnabled;

Legend:
Removed from v.1551  
changed lines
  Added in v.1552

  ViewVC Help
Powered by ViewVC