Example #1
0
 protected virtual void end_flip()
 {
     if (ENABLE_PROFILING)
     {
         FlipW.Stop();
     }
 }
Example #2
0
 void end_flip()
 {
     if (ENABLE_PROFILING)
     {
         FlipW.Stop();
     }
 }
Example #3
0
 protected virtual void begin_flip()
 {
     if (ENABLE_PROFILING)
     {
         FlipW.Start();
     }
 }
Example #4
0
 void begin_flip()
 {
     if (ENABLE_PROFILING)
     {
         FlipW.Start();
     }
 }