JayBeams
0.1
Another project to have fun coding.
|
#include <jb/testing/microbenchmark.hpp>
#include <jb/testing/microbenchmark_group_main.hpp>
#include <chrono>
#include <iostream>
#include <stdexcept>
#include <string>
Go to the source code of this file.
Namespaces | |
defaults | |
Define defaults for program parameters. | |
Macros | |
#define | JB_DEFAULTS_clock_repetitions 1000 |
Functions | |
int | main (int argc, char *argv[]) |
#define JB_DEFAULTS_clock_repetitions 1000 |
Definition at line 31 of file bm_clocks.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 17 of file bm_clocks.cpp.
References jb::testing::microbenchmark_group_main().