#include <benchmark/benchmark.h>
Go to the source code of this file.
Functions | |
| void | Fn () |
| benchmark::State & | GetState () |
| int | test_for_auto_loop () |
| int | test_while_loop () |
Variables | |
| int | ExternInt |
| void Fn | ( | ) |
| benchmark::State& GetState | ( | ) |
| int test_for_auto_loop | ( | ) |
Definition at line 18 of file state_assembly_test.cc.
| int test_while_loop | ( | ) |
Definition at line 41 of file state_assembly_test.cc.
| int ExternInt |