#include <benchmark/benchmark.h>
Go to the source code of this file.
Functions | |
| void | test_basic () |
| void | test_redundant_read () |
| void | test_redundant_read2 () |
| void | test_redundant_store () |
Variables | |
| int | ExternInt |
| int | ExternInt2 |
| int | ExternInt3 |
| void test_basic | ( | ) |
Definition at line 16 of file clobber_memory_assembly_test.cc.
| void test_redundant_read | ( | ) |
Definition at line 37 of file clobber_memory_assembly_test.cc.
| void test_redundant_read2 | ( | ) |
Definition at line 51 of file clobber_memory_assembly_test.cc.
| void test_redundant_store | ( | ) |
Definition at line 27 of file clobber_memory_assembly_test.cc.
| int ExternInt |
| int ExternInt2 |
| int ExternInt3 |