tidy round1

This commit is contained in:
James Cherry
2026-04-13 14:58:16 -07:00
parent 0a8a86d606
commit 63efee64bf
328 changed files with 3030 additions and 3441 deletions

View File

@@ -24,19 +24,15 @@
#include "Stats.hh"
#include "Machine.hh"
#include "StringUtil.hh"
#include "Report.hh"
#include "Debug.hh"
#include "Machine.hh"
#include "Report.hh"
#include "StringUtil.hh"
namespace sta {
Stats::Stats(Debug *debug,
Report *report) :
elapsed_begin_(0.0),
user_begin_(0.0),
system_begin_(0.0),
memory_begin_(0),
debug_(debug),
report_(report)
{