mirror of
https://github.com/rui314/mold.git
synced 2024-12-27 10:23:41 +03:00
temporary
This commit is contained in:
parent
066bddedcd
commit
4d6d8131ff
4
mold.h
4
mold.h
@ -862,13 +862,13 @@ public:
|
||||
|
||||
static void print();
|
||||
|
||||
static bool enabled;
|
||||
static inline bool enabled = false;
|
||||
|
||||
private:
|
||||
std::string_view name;
|
||||
std::atomic_uint32_t value;
|
||||
|
||||
static std::vector<Counter *> instances;
|
||||
static inline std::vector<Counter *> instances;
|
||||
};
|
||||
|
||||
struct TimerRecord {
|
||||
|
Loading…
Reference in New Issue
Block a user