Enhanced Visual Studio Experience
Not only does the JustTrace UI seamlessly blend with Visual Studio, JustTrace now runs as a Visual Studio extension in a separate process. Working out-of-process, JustTrace can now profile heavier applications even on 32-bit Windows machines. Without affecting Visual Studio memory consumption.
The new UI stays out of your way but it’s always there when you need it. We’ve removed the splash screen and added a handy toolbar instead. The new JustTrace start screen in Visual Studio will help you star profiling your app in no time.
Back to Top
Instance-Level Comparison of Memory Snapshots
JustTrace memory profiler now provides instance-level snapshot comparisons. That allows you to track the identity of objects between snapshots and present instance-level comparison.
JustTrace shows two important statistics – the age of an instance or how many Garbage Collections it has survived and whether the object is New, Surviving or Collected. For even better visualization and analysis.

Back to Top