From 2c52d8d7881e119a827a08acbf015b77a400d475 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cosmin=20=C8=98tefan=20Ciocan?= <57830279+cosminc98@users.noreply.github.com> Date: Thu, 25 Jan 2024 21:04:05 +0100 Subject: [PATCH] Updated TODO (markdown) --- TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 9d655fb..3874812 100644 --- a/TODO.md +++ b/TODO.md @@ -1 +1 @@ -* Implement an interface for extracting information from profilers and displaying it as graphs (using matplotlib or seaborn). It should provide the user a set of variables that can be profiled (e.g. memory bandwidth) and the user can implement a function that takes in these variables and outputs an image to be displayed as the cell's output. \ No newline at end of file +* Implement an interface for extracting information from profilers and displaying it as graphs (using matplotlib or seaborn). It should provide the user a set of variables that can be profiled (e.g. memory bandwidth) and the user can implement a function that takes in these variables and outputs an image to be displayed as the cell's output. They would have to register this function using a global method of the package (would not work will line/cell magics). \ No newline at end of file