ssd_profiler: Support O_DIRECT, improve usability

* Switch to using aos::AllocatorResizeableBuffer by default to
support -direct.
* Automatically delete file on SIGINT, can override w/
  -dont_cleanup true.

Change-Id: I24430fdadccc7dfcec8944575fe6ce0c7bf71f84
Signed-off-by: James Kuszmaul <james.kuszmaul@bluerivertech.com>
diff --git a/y2023/BUILD b/y2023/BUILD
index 667b59d..fa39d3c 100644
--- a/y2023/BUILD
+++ b/y2023/BUILD
@@ -379,6 +379,7 @@
     ],
     deps = [
         "//aos:init",
+        "//aos/containers:resizeable_buffer",
         "//aos/time",
         "@com_github_google_glog//:glog",
     ],