| 79 | } |
| 80 | |
| 81 | void ToThriftBenchmark(int batch_size, void* dummy) { |
| 82 | for (int i = 0; i < batch_size; ++i) { |
| 83 | TRuntimeProfileTree tprofile; |
| 84 | benchmark_profile->ToThrift(&tprofile); |
| 85 | } |
| 86 | } |
| 87 | |
| 88 | int main(int argc, char **argv) { |
| 89 | CpuInfo::Init(); |