Show / Hide Table of Contents

Class DebugStatistic

Inheritance
System.Object
DebugStatistic
Namespace: Eco.Core.DebugStatistic
Assembly: Eco.Core.dll
Syntax
public class DebugStatistic : Object

Constructors

DebugStatistic(String, Int32)

Declaration
public DebugStatistic(string name, int size)
Parameters
Type Name Description
System.String name
System.Int32 size

Properties

Count

Declaration
public int Count { get; }
Property Value
Type Description
System.Int32

Name

Declaration
public string Name { get; }
Property Value
Type Description
System.String

Methods

AddTime(Double)

Declaration
public void AddTime(double milliseconds)
Parameters
Type Name Description
System.Double milliseconds

Average()

Declaration
public double Average()
Returns
Type Description
System.Double

StartEntry()

Declaration
public DebugStatistic.Entry StartEntry()
Returns
Type Description
DebugStatistic.Entry

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String

Extension Methods

PropertyChanges.FirePropertyChanged(Object, String)
PropertyChanges.FirePropertyChanged(Object, String, Object, Object)
PropertyChanges.FirePropertyChanged(Object, MemberChangedBeforeAfterEventArgs)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾