#include <benchmark/benchmark.h>
Go to the source code of this file.
Classes | |
| struct | Large |
| struct | NotTriviallyCopyable |
Functions | |
| int | Add42 (int x) |
| int | test_div_by_two (int input) |
| int | test_inc_integer () |
| void | test_pointer_const_lvalue () |
| void | test_pointer_lvalue () |
| void | test_pointer_rvalue () |
| void | test_with_const_lvalue () |
| void | test_with_large_const_lvalue () |
| void | test_with_large_lvalue () |
| void | test_with_large_rvalue () |
| void | test_with_lvalue () |
| void | test_with_non_trivial_const_lvalue () |
| void | test_with_non_trivial_lvalue () |
| void | test_with_non_trivial_rvalue () |
| void | test_with_rvalue () |
Variables | |
| int | ExternInt |
| int | ExternInt2 |
| int | ExternInt3 |
Definition at line 13 of file donotoptimize_assembly_test.cc.
Definition at line 109 of file donotoptimize_assembly_test.cc.
| int test_inc_integer | ( | ) |
Definition at line 119 of file donotoptimize_assembly_test.cc.
| void test_pointer_const_lvalue | ( | ) |
Definition at line 144 of file donotoptimize_assembly_test.cc.
| void test_pointer_lvalue | ( | ) |
Definition at line 155 of file donotoptimize_assembly_test.cc.
| void test_pointer_rvalue | ( | ) |
Definition at line 134 of file donotoptimize_assembly_test.cc.
| void test_with_const_lvalue | ( | ) |
Definition at line 82 of file donotoptimize_assembly_test.cc.
| void test_with_large_const_lvalue | ( | ) |
Definition at line 90 of file donotoptimize_assembly_test.cc.
| void test_with_large_lvalue | ( | ) |
Definition at line 62 of file donotoptimize_assembly_test.cc.
| void test_with_large_rvalue | ( | ) |
Definition at line 36 of file donotoptimize_assembly_test.cc.
| void test_with_lvalue | ( | ) |
Definition at line 53 of file donotoptimize_assembly_test.cc.
| void test_with_non_trivial_const_lvalue | ( | ) |
Definition at line 101 of file donotoptimize_assembly_test.cc.
| void test_with_non_trivial_lvalue | ( | ) |
Definition at line 73 of file donotoptimize_assembly_test.cc.
| void test_with_non_trivial_rvalue | ( | ) |
Definition at line 46 of file donotoptimize_assembly_test.cc.
| void test_with_rvalue | ( | ) |
Definition at line 29 of file donotoptimize_assembly_test.cc.
| int ExternInt |
| int ExternInt2 |
| int ExternInt3 |