-
- Downloads
SH-4153 Port user and system cpu accounting from example program.
The http_texture_load example program has some cpu usage gathering tools that should be generally useful and specifically for the deadman switch. Port these into llcommon into new all-static class LLProcInfo. Add unit test, etc.
Showing
- indra/llcommon/CMakeLists.txt 3 additions, 0 deletionsindra/llcommon/CMakeLists.txt
- indra/llcommon/llprocinfo.cpp 94 additions, 0 deletionsindra/llcommon/llprocinfo.cpp
- indra/llcommon/llprocinfo.h 68 additions, 0 deletionsindra/llcommon/llprocinfo.h
- indra/llcommon/tests/llprocinfo_test.cpp 91 additions, 0 deletionsindra/llcommon/tests/llprocinfo_test.cpp
indra/llcommon/llprocinfo.cpp
0 → 100644
indra/llcommon/llprocinfo.h
0 → 100644
indra/llcommon/tests/llprocinfo_test.cpp
0 → 100644
Please register or sign in to comment