Updated TODO (markdown)

Cosmin Ștefan Ciocan
2024-01-25 21:04:05 +01:00
parent 55e1127e7d
commit 2c52d8d788
+1 -1
@@ -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. * 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).