Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 455 Bytes

File metadata and controls

14 lines (11 loc) · 455 Bytes
layout post
title Profiling
tags profiling optimisation C C++ Fortran practical

This week, David Dickinson gave the first of our hands-on sessions, teaching us about how to profile software. Profiling is an essential tool in any software developer's toolbox, allowing us to find bottlenecks in the code and target our optimisation efforts.

You can download the slides for this talk here.