Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
F# High Performance

You're reading from   F# High Performance Increase your F# programming productivity and focus on performance optimization with best practices, expert techniques, and more

Arrow left icon
Product type Paperback
Published in Jan 2017
Publisher Packt
ISBN-13 9781786468079
Length 338 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Eriawan Kusumawardhono Eriawan Kusumawardhono
Author Profile Icon Eriawan Kusumawardhono
Eriawan Kusumawardhono
Arrow right icon
View More author details
Toc

Table of Contents (9) Chapters Close

Preface 1. Performing Common Optimizations in F# FREE CHAPTER 2. Performance Measurement 3. Optimizing Data Structures 4. Introduction to Concurrency in F# 5. Advanced Concurrency Support in F# 6. Optimizing Type Provider 7. Language Features and Constructs Optimization 8. Optimizing Computation Expressions

Using CLR Profiler 4.5

CLR Profiler is a profiler tool used to profile any compiled PE of .NET. It is free and open source, although it is not available by default in the current installation of .NET and Visual Studio 2015.

A profiler is basically a helper tool to analyze the elements of a running program that relates to performances, such as:

  • Memory consumptions
  • Execution time allocations in terms of classes and modules into smaller elements such as functions and subroutines
  • Examining garbage collections (if the platform has support for garbage collection)

Based on the previous definitions, the CLR Profiler is simply a profiler to examine (or to profile) any application that runs on top of .NET CLR.

There are profilers toolings for .NET, not just CLR Profiler, out there, unfortunately not all the toolings are free. Fortunately, CLR Profiler has complete features to profile .NET application, and it is also free and open source. We can also build our own profiler based on the existing CLR Profiler...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime