From 8b80523a9f9e550beadc50ef1ab88a139a0b9475 Mon Sep 17 00:00:00 2001 From: Robert Chisholm Date: Fri, 8 Dec 2023 14:34:12 +0000 Subject: [PATCH] objectives --- episodes/profiling-introduction.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/episodes/profiling-introduction.md b/episodes/profiling-introduction.md index daaf633..3efe56b 100644 --- a/episodes/profiling-introduction.md +++ b/episodes/profiling-introduction.md @@ -12,6 +12,8 @@ exercises: 0 ::::::::::::::::::::::::::::::::::::: objectives -- TODO +- explain the benefits of profiling code and different types of profiler +- identify the appropriate Python profiler for a given scenario +- explain how to select an appropriate test case for profiling and why :::::::::::::::::::::::::::::::::::::::::::::::: \ No newline at end of file