/// <summary> /// Returns the elapsed time from this profiling marker to the given marker. /// </summary> /// <param name="marker">The comparison profiing marker.</param> /// <returns>The elapsed time.</returns> /// <remarks>Will block until the profiling markers have completed.</remarks> public abstract TimeSpan MeasureFrom(ProfilingMarker marker);