This commit is contained in:
Haicheng Wu 2021-07-30 11:27:21 -07:00
parent 10709dbb64
commit 68a078fbbf

View File

@ -425,7 +425,7 @@ void Options::Profiling::print_usage(std::ostream &out) const {
<< " Number of ms to sleep between profiling periods (ms).\n\n" << " Number of ms to sleep between profiling periods (ms).\n\n"
<< " --profiling-enabled=<bool> " << " --profiling-enabled=<bool> "
<< " If true, profiling is actually conducted.\n\n" << " If true, profiling is actually conducted.\n\n";
} }
void Options::Profiling::print_options(std::ostream &out, int indent) const { void Options::Profiling::print_options(std::ostream &out, int indent) const {