8 #ifndef __PerformanceMonitor_H__
9 #define __PerformanceMonitor_H__
11 #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
12 #pragma interface "PerformanceMonitor.cpp"
32 const wxPoint& pos = wxDefaultPosition,
33 const wxSize& size = wxDefaultSize,
34 long style = wxDEFAULT_DIALOG_STYLE );
37 wxListCtrl* GetPmListctrl() {
return (wxListCtrl*) FindWindow( ID_PM_LISTCTRL ); }
40 static void NVPM_init();
41 static void NVPM_shutdown();
42 static void NVPM_frame();
49 virtual void OnListItemRightClick( wxListEvent &
event );
52 void UpdateCounters();
53 static bool m_NVPMInitialised;