summaryrefslogtreecommitdiffstats
path: root/src/build_log.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/build_log.cc')
-rw-r--r--src/build_log.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/build_log.cc b/src/build_log.cc
index f5ba9a2..d30625a 100644
--- a/src/build_log.cc
+++ b/src/build_log.cc
@@ -24,6 +24,7 @@
#include "build.h"
#include "graph.h"
+#include "metrics.h"
#include "util.h"
// Implementation details:
@@ -107,6 +108,7 @@ void BuildLog::Close() {
}
bool BuildLog::Load(const string& path, string* err) {
+ METRIC_RECORD(".ninja_log load");
FILE* file = fopen(path.c_str(), "r");
if (!file) {
if (errno == ENOENT)