#pragma once

#include <stdint.h>

namespace Splunk {
int64_t HrTime();
int64_t MicroSecondsSinceEpoch();
int64_t MilliSecondsSinceEpoch();
}
