コード例 #1
0
 protected override void InternalExecute()
 {
     try
     {
         SingletonManager.Get <DurationHelp>().ProfileStart(CustomProfilerStep.PlaybackInit);
         _playbackManager.Playback();
     }
     finally
     {
         SingletonManager.Get <DurationHelp>().ProfileEnd(CustomProfilerStep.PlaybackInit);
     }
 }