#include "test/cpp/qps/usage_timer.h"
#include <fstream>
#include <sstream>
#include <string>
#include <grpc/support/log.h>
#include <grpc/support/time.h>
Go to the source code of this file.
Functions | |
static void | get_cpu_usage (unsigned long long *total_cpu_time, unsigned long long *idle_cpu_time) |
static void | get_resource_usage (double *utime, double *stime) |
|
static |
Definition at line 55 of file usage_timer.cc.
|
static |
Definition at line 43 of file usage_timer.cc.