Ejemplo n.º 1
0
 public ProfilingEventPop(ProfilingEventPush push, long ticks)
     : base(ticks)
 {
     _push = push;
 }
Ejemplo n.º 2
0
 public static ProfilingEventPop Pop(ProfilingEventPush push, long endTicks)
 {
     return(new ProfilingEventPop(push, endTicks));
 }