#include <stdio.h>
#include <string.h>
#include "absl/flags/flag.h"
#include "absl/flags/parse.h"
#include "absl/strings/str_cat.h"
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include <grpc/support/string_util.h>
#include "src/core/lib/gprpp/host_port.h"
#include "test/core/util/port.h"
#include "test/core/util/subprocess.h"
Go to the source code of this file.
|
| ABSL_FLAG (bool, minstack, false, "Use minimal stack") |
|
| ABSL_FLAG (int, benchmark, 1000, "Benchmark iterations") |
|
| ABSL_FLAG (int, warmup, 100, "Warmup iterations") |
|
int | main (int argc, char **argv) |
|
◆ ABSL_FLAG() [1/3]
◆ ABSL_FLAG() [2/3]
ABSL_FLAG |
( |
int |
, |
|
|
benchmark |
, |
|
|
1000 |
, |
|
|
"Benchmark iterations" |
|
|
) |
| |
◆ ABSL_FLAG() [3/3]
ABSL_FLAG |
( |
int |
, |
|
|
warmup |
, |
|
|
100 |
, |
|
|
"Warmup iterations" |
|
|
) |
| |
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |