/[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 769 by schoenebeck, Sun May 22 20:43:32 2005 UTC revision 770 by schoenebeck, Sun Sep 11 15:56:29 2005 UTC
# Line 46  namespace LinuxSampler { namespace gig { Line 46  namespace LinuxSampler { namespace gig {
46                      profilingTime = 0;                      profilingTime = 0;
47              }              }
48    
49                    static void enable() {
50                        bEnabled = true;
51                    }
52    
53                    static bool isEnabled() {
54                        return bEnabled;
55                    }
56    
57              static unsigned int GetBogoVoices( unsigned int SamplingFreq );              static unsigned int GetBogoVoices( unsigned int SamplingFreq );
58    
59              static RTMath::time_stamp_t Stamp( void )              static RTMath::time_stamp_t Stamp( void )
# Line 67  namespace LinuxSampler { namespace gig { Line 75  namespace LinuxSampler { namespace gig {
75              static unsigned long long profilingSamples;              static unsigned long long profilingSamples;
76              static unsigned long long profilingTime;              static unsigned long long profilingTime;
77              static double tsPerSecond;              static double tsPerSecond;
78                static bool bEnabled;
79      };      };
80    
81  }} // namespace LinuxSampler::gig  }} // namespace LinuxSampler::gig

Legend:
Removed from v.769  
changed lines
  Added in v.770

  ViewVC Help
Powered by ViewVC