Adding trace analysis in preparation for page allocator microbenchmark.

This commit is contained in:
guangli-dai
2025-08-24 18:56:12 -07:00
committed by Guangli Dai
parent daf44173c5
commit 56cdce8592
5 changed files with 472 additions and 0 deletions

23
test/stress/pa/.gitignore vendored Normal file
View File

@@ -0,0 +1,23 @@
# Ignore executable files
pa_microbench
pa_data_preprocessor
# Ignore object files
*.o
*.d
# Ignore temporary and backup files
*~
*.tmp
*.bak
# Ignore compiled output files
*.out
# Keep source files and documentation
!*.c
!*.cpp
!*.h
!*.md
!*.sh
!Makefile*