C# Class MSR.Data.Persistent.PersistentDataStoreProfiler

Show file Open project: kirnosenko/msr-tools Class Usage Examples

Public Methods

Method Description
PersistentDataStoreProfiler ( PersistentDataStore data ) : System
Start ( ) : void
Stop ( ) : void

Method Details

PersistentDataStoreProfiler() public method

public PersistentDataStoreProfiler ( PersistentDataStore data ) : System
data PersistentDataStore
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void