mirror of
https://github.com/mhx/dwarfs.git
synced 2025-08-04 02:06:22 -04:00
clang-format
This commit is contained in:
parent
c79369e8da
commit
0a010131b9
@ -114,7 +114,8 @@ class performance_monitor_impl : public performance_monitor {
|
|||||||
using timer_id = performance_monitor::timer_id;
|
using timer_id = performance_monitor::timer_id;
|
||||||
using time_type = performance_monitor::time_type;
|
using time_type = performance_monitor::time_type;
|
||||||
|
|
||||||
explicit performance_monitor_impl(std::unordered_set<std::string> enabled_namespaces)
|
explicit performance_monitor_impl(
|
||||||
|
std::unordered_set<std::string> enabled_namespaces)
|
||||||
: timebase_{get_timebase()}
|
: timebase_{get_timebase()}
|
||||||
, enabled_namespaces_{std::move(enabled_namespaces)} {}
|
, enabled_namespaces_{std::move(enabled_namespaces)} {}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user