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

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

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

revision 769 by schoenebeck, Sat Dec 25 21:58:58 2004 UTC revision 770 by schoenebeck, Sun Sep 11 15:56:29 2005 UTC
# Line 28  namespace LinuxSampler { namespace gig { Line 28  namespace LinuxSampler { namespace gig {
28          unsigned long long Profiler::profilingSamples = 0;          unsigned long long Profiler::profilingSamples = 0;
29          unsigned long long Profiler::profilingTime = 0;          unsigned long long Profiler::profilingTime = 0;
30          double Profiler::tsPerSecond = 0;          double Profiler::tsPerSecond = 0;
31            bool Profiler::bEnabled = false;
32    
33          void Profiler::Calibrate( void )          void Profiler::Calibrate( void )
34          {          {

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

  ViewVC Help
Powered by ViewVC