tracy icon indicating copy to clipboard operation
tracy copied to clipboard

Frame profiler

Results 174 tracy issues
Sort by recently updated
recently updated
newest added

TRACY_NO_EXIT does not seem to scale for scenario when application is run multiple times (possibly even in multiple cores in parallel) in manner of "short lived-application". What about "TRACY_DUMP_ON_EXIT" which...

enhancement

This is a follow-up from #48. Posting this for people searching the issue tracker for a workaround (see below) ``` /nix/store/b10shv9yqbgps47y0n8x7l7bq8fmp1i6-binutils-2.31.1/bin/ld: obj/release/o/o/o/../../../server/TracyView.o: in function `tracy::View::DrawFindZone()': TracyView.cpp:(.text+0x9b9dd): undefined reference to `tbb::interface7::internal::isolate_within_arena(tbb::interface7::internal::delegate_base&,...

documentation

Totally understand if this is out of scope and a pretty niche usecase. In our institution we are having a planetarium that is running the same instance 6 times in...

enhancement

In `static size_t _memory_span_list_push(span_t** head, span_t* span)`, `span` is clearly pointing to memory with garbage values. This is with `#define TRACY_ON_DEMAND 1` with never any profiler connected so ideally tracy...

Hey there, i have some questions regarding instrumentation through an abstraction around the emit callbacks. Due to our architecture supporting more than one profiler backend, we are abstracting away the...

enhancement
wontfix

I wasn't able to find any, and more specifically I'm looking for Java. Thank you for this great tool!

This is with latest version on github 0.8.4 compiled with vs2019 Running Windows 10, app was running without Admin privileges. I had been using Tracy alot before this happened, so...

Right now the only issue is that the profiler profiles itself when ran (relying on TracyClient, rather than the common files directly, I believe is the problem).

I was wondering if an API exists to insert new symbols ± remove them at runtime. The usecase would be for a project with a JIT compiler which wishes for...

Dear all, I would like to add Tracy to [conda forge](https://conda-forge.org/) in such a way it can be easily installed and used within conda environment. What do you think? Any...