LookingGlass/profile/client
Tudor Brindus a46a3a2668 [all] use explicit void parameter lists
This makes it a compile-time error to call a function that semantically
takes no parameters with a nonzero number of arguments.

Previously, such code would still compile, but risk blowing up the stack
if a compiler chose to use something other than caller-cleanup calling
conventions.
2021-01-14 17:29:37 +11:00
..
src [all] use explicit void parameter lists 2021-01-14 17:29:37 +11:00
.gitignore [profile] added a tool to help profile the host capture perf 2019-12-14 16:20:17 +11:00
CMakeLists.txt [profiler] client: updated to use new lgmp API and path 2020-05-19 11:37:44 +10:00