From be5743477125a214d1723ffb5e03b6df7ce5e0f4 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:01:58 +0100 Subject: [PATCH] Initial Home page --- TODO.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..9d655fb --- /dev/null +++ b/TODO.md @@ -0,0 +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