#include "src/core/lib/debug/stats.h"
#include <mutex>
#include <thread>
#include <gtest/gtest.h>
#include <grpc/grpc.h>
#include <grpc/support/cpu.h>
#include <grpc/support/log.h>
#include "test/core/util/test_config.h"
Go to the source code of this file.
Classes | |
class | grpc::testing::HistogramTest |
class | grpc::testing::Snapshot |
Namespaces | |
grpc | |
grpc::testing | |
Functions | |
static int | grpc::testing::FindExpectedBucket (int i, int j) |
grpc::testing::INSTANTIATE_TEST_SUITE_P (HistogramTestCases, HistogramTest, ::testing::Range< int >(0, GRPC_STATS_HISTOGRAM_COUNT)) | |
int | main (int argc, char **argv) |
grpc::testing::TEST (StatsTest, IncCounters) | |
grpc::testing::TEST (StatsTest, IncSpecificCounter) | |
grpc::testing::TEST_P (HistogramTest, IncHistogram) | |
Definition at line 147 of file stats_test.cc.