Refactor for DLL
This commit is contained in:
@@ -151,13 +151,10 @@ public:
|
||||
|
||||
void do_work_command(const util::StringVec &words) {
|
||||
int reps = 10000;
|
||||
int64_t t1 = util::profiling_clock();
|
||||
for (int i = 0; i < reps; i++) {
|
||||
world_to_synchronous();
|
||||
world_to_asynchronous();
|
||||
}
|
||||
int64_t t2 = util::profiling_clock();
|
||||
stdostream() << "Snapshot/rollback took " << ((t2-t1)/reps) << " nanosec." << std::endl;
|
||||
}
|
||||
|
||||
void do_quit_command(const util::StringVec &words) {
|
||||
|
||||
Reference in New Issue
Block a user