-
-
Notifications
You must be signed in to change notification settings - Fork 172
Expand file tree
/
Copy path.gitignore
More file actions
72 lines (63 loc) · 1.52 KB
/
Copy path.gitignore
File metadata and controls
72 lines (63 loc) · 1.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
deps
libcoz/libcoz.so
libcoz/obj
benchmarks/*/obj
benchmarks/*/profile.coz
benchmarks/histogram/histogram
benchmarks/kmeans/kmeans
benchmarks/linear_regression/linear_regression
benchmarks/matrix_multiply/matrix_multiply
benchmarks/pbzip2/pbzip2
benchmarks/pca/pca
benchmarks/producer_consumer/producer_consumer
benchmarks/string_match/string_match
benchmarks/sqlite/sqlite-bench
benchmarks/sqlite-modified/sqlite-bench
benchmarks/sqlite-modified/sqlite-bench-modified
benchmarks/toy/toy
benchmarks/word_count/word_count
benchmarks/histogram/histogram_datafiles
benchmarks/linear_regression/linear_regression_datafiles
benchmarks/matrix_multiply/.input_large
benchmarks/matrix_multiply/.input_small
benchmarks/matrix_multiply/matrix_file_*.txt
benchmarks/data/
benchmarks/pbzip2/data
benchmarks/pbzip2/bzip2-1.0.6
benchmarks/string_match/string_match_datafiles
benchmarks/word_count/word_count_datafiles
build/
build-*/
_deps/
# libelfin is fetched via CMake FetchContent
libelfin/
viewer/node_modules
rust/Cargo.lock
rust/target/
tests/rust_filter/Cargo.lock
tests/rust_filter/target/
# CMake generated files
CMakeLists.txt.user
CMakeCache.txt
**/CMakeFiles/
CMakeScripts
Testing
**/Makefile
**/cmake_install.cmake
install_manifest.txt
compile_commands.json
**/CTestTestfile.cmake
_deps
CMakeUserPresets.json
CPackConfig.cmake
CPackSourceConfig.cmake
coz-profilerConfig.cmake
coz-profilerConfigVersion.cmake
# Build artifacts
liblibelfin_internal.a
tests/dwarf_scope_test
matrix_file_*.txt
# Profile output
profile.coz
profile.jsonl
profile-results/