Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Profiler/GPUViz: Stop allocating memory
These parsing strings are tiny, less than 64 bytes all the time. Just stack allocate the buffer. Makes it safer to use during extenuating circumstances as well, like SIGBUS and SIGSEGV.
- Loading branch information