mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-09-07 02:58:50 +02:00
@@ -49,11 +49,12 @@ public:
|
||||
int statsLevel() const { return stats_level_; }
|
||||
void reportLine(const char *what,
|
||||
const char *fmt,
|
||||
...) const
|
||||
...)
|
||||
__attribute__((format (printf, 3, 4)));
|
||||
|
||||
protected:
|
||||
Report *report_;
|
||||
std::mutex buffer_lock_;
|
||||
bool debug_on_;
|
||||
DebugMap *debug_map_;
|
||||
int stats_level_;
|
||||
|
||||
Reference in New Issue
Block a user