Skip to content

Crow.PerformanceMeasure

Jean-Philippe Bruyère edited this page Oct 26, 2021 · 2 revisions

namespace: Crow

Inheritance Hierarchy

  • PerformanceMeasure

Syntax

public class PerformanceMeasure : IValueChange

Constructors

prototype description
PerformanceMeasure (Kind measureKind, long _cancelLimit=0) __

Properties

name description
Name __

Methods

prototype description
void Begin(Kind kind) __
void End(Kind kind) __
void InitMeasures() __
void Notify() __
void NotifyChanges() __
void NotifyValueChanged(string MemberName, object _value) __
void StartCycle() __
void StopCycle() __

Events

name description
ValueChanged __
Clone this wiki locally