예제 #1
0
        internal void Start(CapturedMetadata metadata)
        {
            _asyncTimestamp           = ReferenceFrame.Now().Ticks;
            Metadata                  = metadata;
            MetricData.ExecutionCount = 1;

            Resume();
        }
예제 #2
0
 public override void RuntimeInitialize(MethodBase method)
 {
     this._metadata = ReferenceFrame.StaticCollector.RegisterMethod(method);
 }