Romestead Assembly Reference

Candide.DebugTools.StopwatchLog

Type JSON

internal class in Candide.DebugTools

Methods3
Properties0
Fields3
Events0
Type metadata
  • AssemblyRomestead
  • NamespaceCandide.DebugTools
  • Base typeSystem.Object
  • HashE1566439FC9EC97186BF58D3D13A8C3856EEBF9BA0228950D109B4E2A427310E

Relationships

Base type

System.Object

Fields

NameVisibilitySignature
Activepublicpublic System.Boolean Active
Diffpublicpublic System.Collections.Generic.List<System.Int64> Diff
Logpublicpublic System.Collections.Generic.List<System.Int64> Log

Methods

Analyze

public System.Void Analyze(System.Diagnostics.Stopwatch s)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash9B83F8FA2089BA5E82745D6ECD134A0B9BA18B3A23E709E460AB5C47CF848B72
  • Body hashEDBF2160A743993F8502FB538CBA0858E04DEB33EF9C3F826E7FE68EC6E0D56C
  • IL size206
Referenced calls
  • System.Collections.Generic.Dictionary<System.Int64, System.Int64>::.ctor()
  • System.Collections.Generic.List<System.Int64>::GetEnumerator()
  • List.Enumerator<System.Int64>::get_Current()
  • System.Collections.Generic.Dictionary<System.Int64, System.Int64>::TryGetValue(!0, !1&)
  • System.Collections.Generic.Dictionary<System.Int64, System.Int64>::set_Item(!0, !1)
  • List.Enumerator<System.Int64>::MoveNext()
  • System.IDisposable::Dispose()
  • System.Collections.Generic.List<System.Int64>::get_Count()
  • Candide.DebugTools.TimeAnalyzer::TicksPerMs()
  • System.Collections.Generic.Dictionary<System.Int64, System.Int64>::get_Keys()
  • System.Linq.Enumerable::ToList(System.Collections.Generic.IEnumerable<!!0>)
  • System.Collections.Generic.List<System.Int64>::Sort()
  • System.Collections.Generic.Dictionary<System.Int64, System.Int64>::get_Item(!0)
Called by

Clear

public System.Void Clear()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash563CA530B7EA35CEA8610E9FF0A6CD7A837ED22ACB7957B9C5EC0CA55D6DD79D
  • Body hashEF61229D820116DD35A91330AC8DC9669F98C0779277EF2E5AB0FE02B3393733
  • IL size23
Referenced calls
  • System.Collections.Generic.List<System.Int64>::Clear()
Called by

Update

public System.Void Update(System.Diagnostics.Stopwatch s)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash89A754D5B5A1C86339235E5F2189A1C4866042C265B3460F866A5AE79C4B59B2
  • Body hashF529C58AA1981538E9898B26A4F41A119B0051187130D6600E3CFFD6E6B49F09
  • IL size55
Referenced calls
  • System.Diagnostics.Stopwatch::get_ElapsedTicks()
  • System.Collections.Generic.List<System.Int64>::get_Count()
  • System.Collections.Generic.List<System.Int64>::get_Item(System.Int32)
  • System.Collections.Generic.List<System.Int64>::Add(!0)
Called by