Back to Server.Diagnostics

BaseProfile

Derived Types: BasePacketProfile, GumpProfile, TargetProfile, TimerProfile

(static) int b__0( T a, T b )
(static) void WriteAll( TextWriter op, IEnumerable<T> profiles )
(ctor) BaseProfile( string name )
TimeSpan AverageTime( get; )
long Count( get; )
string Name( get; )
TimeSpan PeakTime( get; )
TimeSpan TotalTime( get; )
virtual void Finish()
virtual void Start()
virtual void WriteTo( TextWriter op )