Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | win32: reduce static storage needed for lazy loading | Ron Yorston | 2019-01-04 | 1 | -15/+11 |
| | | | | | | Only the generic function pointer and initialisation flag need to be in static storage. The DLL and function names and the specialised function pointer can be local. | ||||
* | ps: add support for CPU and elapsed time columns | Ron Yorston | 2017-09-01 | 1 | -0/+43 |
It may be necessary to run ps as administrator to get information about processes belonging to other users. The code to detect GetTickCount64 at run-time was imported from Git for Windows. |