This is a migrated thread and some comments may be shown as answers.

Latest online resources for JustTrace

20 Answers 255 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Telerik Admin
Top achievements
Rank 1
Iron
Telerik Admin asked on 22 Nov 2012, 02:36 PM
Profile Windows Store apps with JustTrace
Windows Store Application profilee type in JustTrace allows you to profile Windows Store Applications written on .NET.

Explore the new JustTrace features. You will be surprised!
What's new in JustTrace Q3 2012.

4 Steps to Profile Your Apps
Getting started with JustTrace and how to profile your app.

20 Answers, 1 is accepted

Sort by
0
Telerik Admin
Top achievements
Rank 1
Iron
answered on 10 Dec 2012, 01:11 PM
When Should You Profile Your Application?
Performance and memory management issues are inevitable. These issues interfere with the user experience, and they can fly under the radar during development due to environmental differences or usage patterns. There are two ways to address these types of issues.
0
Telerik Admin
Top achievements
Rank 1
Iron
answered on 21 Dec 2012, 05:10 PM
Filtering JustTrace snapshot data
In a profiling session lasting only a few minutes, the profiled application may perform millions of operations. The following article shows how easily a snapshot could be filtered using JustTrace.
0
Telerik Admin
Top achievements
Rank 1
Iron
answered on 11 Jan 2013, 01:22 PM
Finding and Fixing Performance and Memory Issues Episode I
Each episode in this series is a walkthrough for a particular performance issue. It will describe how to analyze and solve the issue using JustTrace and other tools, such as JustDecompile and Fiddler.
0
Telerik Admin
Top achievements
Rank 1
Iron
answered on 22 Feb 2013, 03:06 PM
Performance Profiling in Visual Studio - Getting Started Video
With the JustTrace Q1 2013, we are introducing our new Visual Studio extension user experience. Here is a video giving you the first steps to profile an application and check for performance issues.

Memory Profiling in Visual Studio - Getting Started Video
This video will show you how easy is to memory profile your app with the new user interface of the JustTrace Visual Studio extension.
0
Telerik Admin
Top achievements
Rank 1
Iron
answered on 27 Feb 2013, 02:45 PM
Object Tracking Feature - Getting Started Video
This video will explain you the basic functionality of the object tracking feature, included in the JustTrace Q1 2013.
0
Telerik Admin
Top achievements
Rank 1
Iron
answered on 29 Mar 2013, 03:14 PM
Memory Snapshot Enhancements in JustTrace Q1 2013
JustTrace now seamlessly integrates into Visual Studio to provide an unobtrusive development experience, but that’s not all we did for the Q1 2013 release. We also enhanced memory snapshots to provide more data to discover the cause of a memory leak.

Put an End to Mind Melt
Welcome to JustTrace Mind Mint, the refreshing .NET profiler with two, minty profiler flavors!
0
Telerik Admin
Top achievements
Rank 1
Iron
answered on 05 Apr 2013, 12:50 PM
Understanding .NET Garbage Collection
Every program needs memory. Unfortunately, memory is finite. This article will explain you how GC can help you on the matter.
0
Telerik Admin
Top achievements
Rank 1
Iron
answered on 22 Apr 2013, 07:02 AM
Tutorial: Profiling Web Application with JustTrace

Video explaining the basic steps in profiling web applications and discovering performance issues with JustTrace.

0
Telerik Admin
Top achievements
Rank 1
Iron
answered on 27 May 2013, 07:02 AM
New Analysis: Disposed objects
This analysis shows all instances that have been disposed without being properly garbage collected.

New Analysis: Potential Binding Leaks In WPF
The Potential Binding Leaks In WPF view tracks whether there are potentially leaking property bindings.

New Analysis: Bottlenecks
The Bottlenecks view shows methods that may significantly reduce the performance of your program.

New Profilee Type: WPF Browser Application
WPF Browser Application profilee type allows you to profile a Windows Presentation Foundation Browser Application on the local computer by selecting its XBAP file.
0
Telerik Admin
Top achievements
Rank 1
Iron
answered on 04 Jun 2013, 03:15 PM
Understanding .NET Just-In-Time Compilation
The JIT Compiler resolves most of the limitations of the explicit compilation and delivers additional functional benefits. Programs in .NET are available on a wide range of platforms. The .NET JIT Compiler can optimize the most used IL code for even faster performance.
0
Telerik Admin
Top achievements
Rank 1
Iron
answered on 14 Jun 2013, 02:40 PM
Profiling Next Application
Next Application is a functionality in JustTrace which waits for the execution of a certain application or process and then, automatically starts profiling it.
0
Telerik Admin
Top achievements
Rank 1
Iron
answered on 27 Jun 2013, 02:19 PM
What’s New and Cool in JustTrace for 2013 Q2
The 2013 Q2 release of JustTrace is now available. The JustTrace team has been very busy over the last quarter and lots of new features and bug fixes have been included in the latest version of JustTrace.
0
Telerik Admin
Top achievements
Rank 1
Iron
answered on 11 Jul 2013, 01:08 PM
Use the Disposed Object View in JustTrace to Find the Zombies in Your Code
One of the major new features in JustTrace for 2013 Q2 is the Disposed Object view. Quite simply, when you use JustTrace to profile the memory of your .NET application it will track objects that implement the IDisposable interface that have had their Dispose method called, but have not been garbage collected.
0
Telerik Admin
Top achievements
Rank 1
Iron
answered on 26 Jul 2013, 08:33 AM
JustTrace 2013 Q2 SP1 Brings Visual Studio 2013 Compatibility and is Available Now
Service Pack One for the 2013 Q2 release of JustTrace is hot off the presses! SP1 brings enhancements to JustTrace that focus around usability and support for the upcoming Visual Studio 2013.
0
Telerik Admin
Top achievements
Rank 1
Iron
answered on 09 Aug 2013, 11:04 AM
Is Your WPF Application Leaky? JustTrace Will Tell You!
Today, James Bender is going to show you how the Potential Binding Leaks in WPF View can help you write better WPF applications.

Changing the JustTrace default shortcuts inside Visual Studio

How to change the default JustTrace shortcuts inside Visual Studio and what to expect in the upcoming release.
0
Telerik Admin
Top achievements
Rank 1
Iron
answered on 19 Aug 2013, 08:23 AM
Profiling ASP.NET Requests
Get all of the information needed about your applications ASP.NET requests with JustTrace.

Profiling SQL Queries
JustTrace will now show you SQL queries, made by the profiled application.

New: EventHandler Analysis
The EventHandler Analysis tracks if there are types used only as delegate targets. In most of the scenarios this could be a potential memory leak.
0
Telerik Admin
Top achievements
Rank 1
Iron
answered on 23 Aug 2013, 01:27 PM
JustTrace Will Find the Bottleneck!
Today James Bender is going to show you how a bottleneck can potentially degrade the performance of your .NET application using the JustTrace Bottlenecks view.
0
Telerik Admin
Top achievements
Rank 1
Iron
answered on 01 Nov 2013, 12:14 PM
Announcing JustTrace Q3 2013
JustTrace has always been a great and easy to use tool for tracing and profiling your applications, but this new release has some great new features that make this great tool even better!

JustTrace Q3 2013 will be the last version to support Windows XP and Windows Server 2003
Check why this is needed in the above article.

Profiling Outgoing Web Requests
JustTrace will now show you outgoing web request, in the profiled application.

Inspect Instance View
With the Inspect Instance view of JustTrace, you can track all referenced objects for a specific instance.
0
Telerik Admin
Top achievements
Rank 1
Iron
answered on 21 Jan 2014, 03:23 PM
Known Issues in JustTrace Q3 2013 SP1
Known issues in the latest JustTrace versions

Performance Profiling of ASP.NET Applications video

Performance issues in web applications can be detrimental and are often hard to find. JustTrace can do performance profiling of ASP.NET applications. Find out how.

Find Bottlenecks in .NET Code video
Learn how to quickly find performance bottlenecks in your .NET code.

Find Performance Hot Spots with JustTrace video
Learn how JustTrace helps you find hot spots in your .NET code.

Event Handler Analysis video
Learn more about the Event Handler Analysis in JustTrace. 

Disposed Objects video
The Disposed Object view in JustTrace makes detecting memory leaks easier than ever. Learn how to use it.
0
Telerik Admin
Top achievements
Rank 1
Iron
answered on 03 Mar 2014, 01:21 PM
Native Executable
Check how to profile the native code of an application on the local computer by selecting its executable file.

Attach to Native Process

Article that shows how to profile the native code of an already running application with JustTrace.

Profile Memory Dump Files

Create dump files of already running applications and profile them with JustTrace.

Profile Unit Tests with JustCode
An integration between Telerik JustCode and JustTrace arose as of 2014 Q1 release. Two new commands were made in order to help the users find any performance or memory issues in their unit tests.

Unit Tests
New view in JustTrace, representing all the test methods executed during the profiling session.
Tags
General Discussions
Asked by
Telerik Admin
Top achievements
Rank 1
Iron
Answers by
Telerik Admin
Top achievements
Rank 1
Iron
Share this question
or