Skip to content

Commit c7d6d93

Browse files
feat!(google_benchmark): improve location of valgrind trapdoors
1 parent a1db652 commit c7d6d93

File tree

8 files changed

+33
-7335
lines changed

8 files changed

+33
-7335
lines changed

core/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CODSPEED_VERSION = "1.0.0"
77
cc_library(
88
name = "codspeed",
99
srcs = glob(["src/**/*.cpp"] + ["src/**/*.h"] + ["src/**/*.hpp"]),
10-
hdrs = ["include/codspeed.h"],
10+
hdrs = glob(["include/**/*.h"] + ["include/**/*.hpp"]),
1111
includes = ["include"],
1212
defines = [
1313
"CODSPEED_VERSION=\\\"{}\\\"".format(CODSPEED_VERSION),

core/src/callgrind.h

Lines changed: 0 additions & 124 deletions
This file was deleted.

core/src/codspeed.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ void CodSpeed::start_benchmark(const std::string &name) {
8282
}
8383

8484
current_benchmark = uri;
85-
measurement_start();
8685
}
8786

8887
void CodSpeed::end_benchmark() {

core/src/measurement.hpp

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)