#include <pentiumrtsc.h>
Public Member Functions | |
| PentiumRTSC () | |
| void | Start () |
| void | Stop () |
| int64 | GetResult () const |
Private Attributes | |
| uint32 | m_start_h |
| uint32 | m_start_l |
| uint32 | m_stop_h |
| uint32 | m_stop_l |
| int64 | m_overhead |
|
|
Definition at line 29 of file pentiumrtsc.cpp. References m_overhead, m_start_h, m_start_l, m_stop_h, m_stop_l, Start(), and Stop(). |
|
|
Definition at line 46 of file pentiumrtsc.cpp. References m_overhead, m_start_h, m_start_l, m_stop_h, and m_stop_l. |
|
|
Definition at line 77 of file pentiumrtsc.h. Referenced by PentiumRTSC(). |
|
|
Definition at line 92 of file pentiumrtsc.h. Referenced by PentiumRTSC(). |
|
|
Definition at line 49 of file pentiumrtsc.h. Referenced by GetResult(), and PentiumRTSC(). |
|
|
Definition at line 46 of file pentiumrtsc.h. Referenced by GetResult(), and PentiumRTSC(). |
|
|
Definition at line 46 of file pentiumrtsc.h. Referenced by GetResult(), and PentiumRTSC(). |
|
|
Definition at line 47 of file pentiumrtsc.h. Referenced by GetResult(), and PentiumRTSC(). |
|
|
Definition at line 47 of file pentiumrtsc.h. Referenced by GetResult(), and PentiumRTSC(). |
1.3.6