#include <stdio.h>
#include <string.h>
#include <grpc/support/alloc.h>
#include <grpc/support/cpu.h>
#include <grpc/support/log.h>
#include <grpc/support/sync.h>
#include <grpc/support/time.h>
#include "src/core/lib/gprpp/thd.h"
#include "test/core/util/test_config.h"
Go to the source code of this file.
Classes | |
struct | cpu_test |
Functions | |
static void | cpu_test (void) |
int | main (int argc, char *argv[]) |
static void | worker_thread (void *arg) |
|
static |
Definition at line 101 of file cpu_test.cc.
Definition at line 147 of file cpu_test.cc.
|
static |
Definition at line 66 of file cpu_test.cc.