Skip to content

This repository contains code and its detailed explanation made for master thesis Performance Profiling for .NET Platform

License

Notifications You must be signed in to change notification settings

honzajscz/visual_profiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visual Profiler

This repository contains code and its detailed explanation made for the Master Thesis Performance Profiling for .NET Platform Czech Technical University, Faculty of Electrical Engineering Prague, Czech Republic 2011 - 2012

Abstract

The performance profiling is a powerful way how to get a valuable insight into software applications. In order to be precise and efective, a performance profiler needs to run with low performance and memory overhead and present the result in a transparent way to a developer. In this thesis we analyze performance profiling in the context of Microsoft .NET platform, with focus on the C# programming language, and introduce our own implementation of a profiler, the Visual Profiler. The Visual Profiler features tracing and sampling profiling engines together with an innovative way of presenting the profiling results within the integrated development environment Microsoft Visual Studio 2010.

Profiler in Action (YouTube)

IMAGE ALT TEXT HERE

Detailed Description and Presentation

Here are links to the master thesis and its presentation

Used Technologies and Frameworks

Assembler, C++, COM, Profiling API, Win32 API, Named pipes, .NET, C#, Ninject, Linq, NUnit, Moq, WPF, XAML, Visual Studio 2010 Extension API, VSIX packages, MEF…

Repository Content

  • The Install directory contains the VSIX package for deploying the Visual Profiler extension into Visual Studio 2010 and a C# fi le for enabling profiling on assemblies.

  • The Source directory contains the source code of this thesis, its dependencies and the Mandelbrot testing application. There are three solutions:

    • VisualProfiler.sln - the main solution, contains VisualProfilerBackend, VisualProfilerAccess, VisualProfilerUI
    • Mandlerbrot\Mandelbrot.sln - the testing application, contains Mandelbrot and MandelbrotComp projects
    • Ccimetadata\Metadata.sln - the Common Compiler Infrastructure Metadata API, contains projects for reading PDB files
  • The Thesis directory contains the PDF document of this thesis.

About

This repository contains code and its detailed explanation made for master thesis Performance Profiling for .NET Platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published