Skip to content

Commit 7558e35

Browse files
authored
Add time-trace mixin (#41)
1 parent b8436aa commit 7558e35

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

index.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ mixin:
1717
- shared.mixin
1818
- test-linters.mixin
1919
- tsan.mixin
20+
- time-trace.mixin

time-trace.mixin

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
build:
2+
time-trace:
3+
cmake-args:
4+
- "-DCMAKE_CXX_FLAGS='-ftime-trace'"
5+
- "-DCMAKE_C_FLAGS='-ftime-trace'"

0 commit comments

Comments
 (0)