summaryrefslogtreecommitdiff
path: root/indra/llcommon/tests/llprocinfo_test.cpp
AgeCommit message (Collapse)Author
2024-04-29#824 Process source files in bulk: replace tabs with spaces, convert CRLF to ↵Andrey Lihatskiy
LF, and trim trailing whitespaces as needed
2013-05-02SH-4153 Port user and system cpu accounting from example program.Monty Brandenberg
Windows resolution isn't good enough for a strictly increasing time test in the unit tests.
2013-05-01SH-4153 Port user and system cpu accounting from example program.Monty Brandenberg
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.