diff options
Diffstat (limited to 'src/bun.zig')
-rw-r--r-- | src/bun.zig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bun.zig b/src/bun.zig index aacd88540..d3da6126f 100644 --- a/src/bun.zig +++ b/src/bun.zig @@ -1465,3 +1465,6 @@ pub fn HiveRef(comptime T: type, comptime capacity: u16) type { } pub const MaxHeapAllocator = @import("./max_heap_allocator.zig").MaxHeapAllocator; + +pub const tracy = @import("./tracy.zig"); +pub const trace = tracy.trace; |