|
proxygen
|
Go to the source code of this file.
Functions | |
| void | HTTPCommonHeadersHashBench (int iters) |
| void | HTTPCommonHeadersGetHeaderCodeFromTableCommonHeaderNameBench (int iters) |
| BENCHMARK (HTTPCommonHeadersHash, iters) | |
| BENCHMARK (HTTPCommonHeadersGetHeaderCodeFromTableCommonHeaderName, iters) | |
| void | memchrBench (int iters) |
| void | stdFindBench (int iters) |
| BENCHMARK (memchr, iters) | |
| BENCHMARK (stdFind, iters) | |
| int | main (int argc, char **argv) |
| BENCHMARK | ( | HTTPCommonHeadersHash | , |
| iters | |||
| ) |
Definition at line 78 of file HTTPHeadersBenchmark.cpp.
References HTTPCommonHeadersHashBench().
| BENCHMARK | ( | HTTPCommonHeadersGetHeaderCodeFromTableCommonHeaderName | , |
| iters | |||
| ) |
Definition at line 82 of file HTTPHeadersBenchmark.cpp.
References HTTPCommonHeadersGetHeaderCodeFromTableCommonHeaderNameBench().
| BENCHMARK | ( | memchr | , |
| iters | |||
| ) |
| BENCHMARK | ( | stdFind | , |
| iters | |||
| ) |
| void HTTPCommonHeadersGetHeaderCodeFromTableCommonHeaderNameBench | ( | int | iters | ) |
Definition at line 68 of file HTTPHeadersBenchmark.cpp.
References proxygen::HTTPHeaderCodeCommonOffset, i, proxygen::TABLE_CAMELCASE, and uint64_t.
Referenced by BENCHMARK().
| void HTTPCommonHeadersHashBench | ( | int | iters | ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
| void memchrBench | ( | int | iters | ) |
Definition at line 86 of file HTTPHeadersBenchmark.cpp.
References proxygen::HTTPHeaderCodeCommonOffset, i, and uint64_t.
Referenced by BENCHMARK().
| void stdFindBench | ( | int | iters | ) |
Definition at line 98 of file HTTPHeadersBenchmark.cpp.
References proxygen::HTTPHeaderCodeCommonOffset, i, and uint64_t.
Referenced by BENCHMARK().