uw-ssec / rse-guidelines

Research Software Engineering Guidelines Documents
https://rse-guidelines.readthedocs.io
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

docs(chapter): Add chapter on code profiling #31

Open lsetiawan opened 1 week ago

lsetiawan commented 1 week ago

Overview

This will be a chapter where one can learn about the code profiling, what is it and how to do it. Some guidance of what to look out for would be great and how one can improve code performance by profiling and modifying a piece of code.

Resources