cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
|
Namespace of internal implementation. More...
Classes | |
class | FunctionMeasurer |
Helper class to measure a function. More... | |
Functions | |
auto | default_main (int argc, const char **argv) noexcept -> int |
Default main function. | |
void | use_pointer (void *ptr) noexcept |
Use a pointer to prevent deletion of a variable. | |
Namespace of internal implementation.
|
inlinenoexcept |
Default main function.
[in] | argc | Number of arguments. |
[in] | argv | Arguments. |
Definition at line 42 of file default_main.h.
|
noexcept |
Use a pointer to prevent deletion of a variable.
[in] | ptr | Pointer. |
Definition at line 52 of file use_pointer.cpp.