cache row iterator max value

This commit is contained in:
Mitchell Hashimoto
2022-09-01 22:05:42 -07:00
parent 5aa6d79519
commit 57725cf3a4
2 changed files with 16 additions and 2 deletions

View File

@@ -15,6 +15,9 @@ pub usingnamespace if (enabled) Impl else Noop;
const Impl = struct {
const c = @cImport({
//uncomment to enable callstacks, very slow
//@cDefine("TRACY_CALLSTACK", "");
@cDefine("TRACY_ENABLE", "");
@cInclude("TracyC.h");
});