From 353b1cf66772a15720ccc8eb1d0c438637723f1a Mon Sep 17 00:00:00 2001
From: Gary Talent <gary@drinkingtea.net>
Date: Tue, 2 Mar 2021 21:38:25 -0600
Subject: [PATCH] [nostalgia] Add tracy config file

---
 .tracy.json | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 .tracy.json

diff --git a/.tracy.json b/.tracy.json
new file mode 100644
index 00000000..918a4672
--- /dev/null
+++ b/.tracy.json
@@ -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
+		}
+	]
+}