class axl::sys::win::PerfCounter
#include <axl_sys_win_PerfCounter.h> class PerfCounter { public: // construction PerfCounter(); // methods bool start(); uint64_t getElapsedTime(); };
#include <axl_sys_win_PerfCounter.h> class PerfCounter { public: // construction PerfCounter(); // methods bool start(); uint64_t getElapsedTime(); };