Craig's Utility Library  4.0 Beta
Utilities.Profiler.Manager.Manager Class Reference

Profiler manager More...

Inheritance diagram for Utilities.Profiler.Manager.Manager:
Utilities.DataTypes.Patterns.BaseClasses.SafeDisposableBaseClass

Public Member Functions

 Manager (IEnumerable< IProfiler > Profilers)
 Constructor More...
 
override string ToString ()
 Outputs the profiler information as a string More...
 
- Public Member Functions inherited from Utilities.DataTypes.Patterns.BaseClasses.SafeDisposableBaseClass
void Dispose ()
 Dispose function More...
 

Static Public Member Functions

static IDisposable Profile (string Name)
 Starts the profiler and uses the name specified More...
 
static IDisposable StartProfiling ()
 Starts profiling More...
 
static IResult StopProfiling (bool DiscardResults)
 Ends profiling More...
 

Protected Member Functions

override void Dispose (bool Managed)
 Disposes of the object More...
 
- Protected Member Functions inherited from Utilities.DataTypes.Patterns.BaseClasses.SafeDisposableBaseClass
 SafeDisposableBaseClass ()
 Construct More...
 

Properties

IProfiler Profiler [get]
 Root profiler object More...
 

Detailed Description

Profiler manager

Definition at line 34 of file Manager.cs.

Constructor & Destructor Documentation

Utilities.Profiler.Manager.Manager.Manager ( IEnumerable< IProfiler Profilers)

Constructor

Parameters
ProfilersThe profilers.

Definition at line 40 of file Manager.cs.

Member Function Documentation

override void Utilities.Profiler.Manager.Manager.Dispose ( bool  Managed)
protectedvirtual

Disposes of the object

Parameters
ManagedDetermines if all objects should be disposed or just managed objects

Implements Utilities.DataTypes.Patterns.BaseClasses.SafeDisposableBaseClass.

Definition at line 97 of file Manager.cs.

static IDisposable Utilities.Profiler.Manager.Manager.Profile ( string  Name)
static

Starts the profiler and uses the name specified

Parameters
NameName of the entry
Returns
An IDisposable object that will stop the profiler when disposed of

Definition at line 58 of file Manager.cs.

static IDisposable Utilities.Profiler.Manager.Manager.StartProfiling ( )
static

Starts profiling

Returns
Starts profiling

Definition at line 67 of file Manager.cs.

static IResult Utilities.Profiler.Manager.Manager.StopProfiling ( bool  DiscardResults)
static

Ends profiling

Parameters
DiscardResultsDetermines if the results should be discarded
Returns
Result of the profiling

Definition at line 77 of file Manager.cs.

override string Utilities.Profiler.Manager.Manager.ToString ( )

Outputs the profiler information as a string

Returns
The profiler information as a string

Definition at line 86 of file Manager.cs.

Property Documentation

IProfiler Utilities.Profiler.Manager.Manager.Profiler
getprotected

Root profiler object

Definition at line 51 of file Manager.cs.


The documentation for this class was generated from the following file: