#include <vector>
#include <pdh.h>
Go to the source code of this file.
Classes | |
class | TestToolBox::PerformanceDataSet |
Class wrapping access to performance counters via PDH.DLL. For more info about usage see Using PerformanceDataSet. More... | |
Typedefs | |
typedef std::vector< std::string > | TestToolBox::PerfCounterNames |
vector of counter names to check | |
typedef std::vector< double > | TestToolBox::PerfCounterValues |
vector of returned counter values |