[nostalgia] Add tracy config file

This commit is contained in:
Gary Talent 2021-03-02 21:38:25 -06:00
parent cb0645860a
commit 353b1cf667

9
.tracy.json Normal file
View File

@ -0,0 +1,9 @@
{
"log_functions": [
{
"bin_path": "/home/gary/projects/nostalgia/dist/linux-x86_64-debug/lib/ox/libOxTraceHook.so",
"function": "oxTraceHook",
"ignore_frames": 3
}
]
}