/[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 562 by schoenebeck, Sat Dec 25 21:58:58 2004 UTC revision 563 by schoenebeck, Sun May 22 20:43:32 2005 UTC
# Line 30  Line 30 
30    
31  namespace LinuxSampler { namespace gig {  namespace LinuxSampler { namespace gig {
32    
33        /** @brief Synthesis Profiler
34         *
35         * Provides a benchmark algorithm to return a somewhat abstract Bogo
36         * Voices value to reflect the voice count limit of the running system
37         * with the given instrument patch und circumstances. Note that the
38         * real voice count limitation will in practice be lower than this Bogo
39         * Voice value.
40         */
41      class Profiler {      class Profiler {
42          public:          public:
43              static void Reset( void )              static void Reset( void )

Legend:
Removed from v.562  
changed lines
  Added in v.563

  ViewVC Help
Powered by ViewVC