ReactOS
0.4.15-dev-4869-g35a816a
|
Go to the source code of this file.
Functions | |
BOOL | GraphCtrl_Create (PTM_GRAPH_CONTROL inst, HWND hWnd, HWND hParentWnd, PTM_FORMAT fmt) |
void | GraphCtrl_Dispose (PTM_GRAPH_CONTROL inst) |
void | GraphCtrl_AddPoint (PTM_GRAPH_CONTROL inst, BYTE val0, BYTE val1) |
void | GraphCtrl_RedrawBitmap (PTM_GRAPH_CONTROL inst, INT h) |
void | GraphCtrl_RedrawOnHeightChange (PTM_GRAPH_CONTROL inst, INT nh) |
INT_PTR CALLBACK | GraphCtrl_WndProc (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) |
void GraphCtrl_AddPoint | ( | PTM_GRAPH_CONTROL | inst, |
BYTE | val0, | ||
BYTE | val1 | ||
) |
Definition at line 139 of file graphctl.c.
Referenced by PerformancePageRefreshThread().
BOOL GraphCtrl_Create | ( | PTM_GRAPH_CONTROL | inst, |
HWND | hWnd, | ||
HWND | hParentWnd, | ||
PTM_FORMAT | fmt | ||
) |
Definition at line 16 of file graphctl.c.
Referenced by PerformancePageWndProc().
void GraphCtrl_Dispose | ( | PTM_GRAPH_CONTROL | inst | ) |
Definition at line 114 of file graphctl.c.
Referenced by GraphCtrl_Create(), and PerformancePageWndProc().
|
inline |
Definition at line 209 of file graphctl.c.
Referenced by GraphCtrl_RedrawOnHeightChange(), and PerformancePage_OnViewShowKernelTimes().
|
inline |
Definition at line 276 of file graphctl.c.
Referenced by GraphCtrl_WndProc().
Definition at line 300 of file graphctl.c.
Referenced by PerformancePageWndProc().
HWND hPerformancePageCpuUsageHistoryGraph |
Definition at line 34 of file perfpage.c.
Referenced by GraphCtrl_WndProc(), PerformancePageRefreshThread(), and PerformancePageWndProc().
HWND hPerformancePageMemUsageHistoryGraph |
Definition at line 35 of file perfpage.c.
Referenced by GraphCtrl_WndProc(), PerformancePageRefreshThread(), and PerformancePageWndProc().
WNDPROC OldGraphCtrlWndProc |
Definition at line 13 of file graphctl.c.
Referenced by GraphCtrl_WndProc(), and PerformancePageWndProc().
TM_GRAPH_CONTROL PerformancePageCpuUsageHistoryGraph |
Definition at line 28 of file perfpage.c.
Referenced by GraphCtrl_WndProc(), PerformancePage_OnViewShowKernelTimes(), PerformancePageRefreshThread(), and PerformancePageWndProc().
TM_GRAPH_CONTROL PerformancePageMemUsageHistoryGraph |
Definition at line 29 of file perfpage.c.
Referenced by GraphCtrl_WndProc(), PerformancePageRefreshThread(), and PerformancePageWndProc().