C# Class Server.Commands.Profiling

Show file Open project: Grimoric/RunUO.T2A

Public Methods

Method Description
Initialize ( ) : void
ProfileWorld ( string type, string opFile ) : void

Private Methods

Method Description
CountObjects_OnCommand ( Server.Commands.CommandEventArgs e ) : void
DumpTimers_OnCommand ( Server.Commands.CommandEventArgs e ) : void
ProfileWorld_OnCommand ( Server.Commands.CommandEventArgs e ) : void
SetProfiles_OnCommand ( Server.Commands.CommandEventArgs e ) : void
TraceExpanded_OnCommand ( Server.Commands.CommandEventArgs e ) : void
TraceInternal_OnCommand ( Server.Commands.CommandEventArgs e ) : void
WriteProfiles_OnCommand ( Server.Commands.CommandEventArgs e ) : void

Method Details

Initialize() public static method

public static Initialize ( ) : void
return void

ProfileWorld() public static method

public static ProfileWorld ( string type, string opFile ) : void
type string
opFile string
return void