File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 3939// public facing api - as minimal as possible
4040// /////////////////////////////////////////////////////////////////////////////////////////////////
4141
42- #include < chrono> // high_resolution_clock
43- #include < cstring> // memcpy
44- #include < iosfwd> // for std::ostream* custom output target in Config
45- #include < string> // all names
42+ #include < chrono> // high_resolution_clock
43+ #include < cstring> // memcpy
44+ #include < iosfwd> // for std::ostream* custom output target in Config
45+ #include < string> // all names
4646#include < unordered_map> // holds context information of results
47- #include < vector> // holds all results
47+ #include < vector> // holds all results
4848
4949#define ANKERL_NANOBENCH (x ) ANKERL_NANOBENCH_PRIVATE_##x()
5050
@@ -398,7 +398,7 @@ struct Config {
398398 std::string mTimeUnitName = " ns" ;
399399 bool mShowPerformanceCounters = true ;
400400 bool mIsRelative = false ;
401- std::unordered_map<std::string,std::string> mContext {};
401+ std::unordered_map<std::string, std::string> mContext {};
402402
403403 Config ();
404404 ~Config ();
You can’t perform that action at this time.
0 commit comments