klComputerVision
Public Member Functions
klCounters::klPerformanceCounter Class Reference

#include <klPerformanceCounter.h>

Collaboration diagram for klCounters::klPerformanceCounter:
Collaboration graph

Public Member Functions

 klPerformanceCounter ()
 
 klPerformanceCounter (klPerformanceCounter^p)
 
void OutputSample (CounterSample s)
 
float MyComputeCounterValue (CounterSample s0, CounterSample s1)
 
bool SetupCategory ()
 
void RemoveCategory (String^Category)
 
void CreateCounters (PerformanceCounter^%PC, PerformanceCounter^%BPC)
 
void CollectSamples (ArrayList^samplesList, PerformanceCounter^PC, PerformanceCounter^BPC)
 
void CalculateResults (ArrayList^samplesList)
 
int TestPerformanceCounter ()
 

Constructor & Destructor Documentation

klCounters::klPerformanceCounter::klPerformanceCounter ( )
inline
klCounters::klPerformanceCounter::klPerformanceCounter ( klPerformanceCounter p)
inline

Member Function Documentation

void klPerformanceCounter::CalculateResults ( ArrayList^  samplesList)
void klPerformanceCounter::CollectSamples ( ArrayList^  samplesList,
PerformanceCounter^  PC,
PerformanceCounter^  BPC 
)
void klPerformanceCounter::CreateCounters ( PerformanceCounter^%  PC,
PerformanceCounter^%  BPC 
)
float klPerformanceCounter::MyComputeCounterValue ( CounterSample  s0,
CounterSample  s1 
)
void klPerformanceCounter::OutputSample ( CounterSample  s)
void klPerformanceCounter::RemoveCategory ( String^  Category)
bool klPerformanceCounter::SetupCategory ( )
int klPerformanceCounter::TestPerformanceCounter ( )

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