Ninja
|
#include "metrics.h"
#include <errno.h>
#include <stdio.h>
#include <string.h>
#include <sys/time.h>
#include "util.h"
Go to the source code of this file.
Functions | |
int64_t | GetTimeMillis () |
Get the current time as relative to some epoch. More... | |
Variables | |
Metrics * | g_metrics = NULL |
int64_t GetTimeMillis | ( | ) |
Get the current time as relative to some epoch.
Epoch varies between platforms; only useful for measuring elapsed time.
Definition at line 122 of file metrics.cc.
Referenced by BuildStatus::BuildEdgeFinished(), BuildStatus::BuildEdgeStarted(), and main().
Metrics* g_metrics = NULL |
Definition at line 29 of file metrics.cc.