Compare commits

...

9 commits

8 changed files with 33 additions and 2 deletions

View file

@ -0,0 +1 @@
2025-07-22T20:37:03.829541278-06:00

View file

@ -1 +1 @@
inprogress
done

View file

@ -0,0 +1 @@
seb

View file

@ -0,0 +1,18 @@
I added a simple performance-measuring tool, `tools/time-ent`. It runs
ent a couple of different ways, against a known entomologist-data branch
(specified by a commit in the regular entomologist-data branch in this
repo). That script gives a rough, over-all measurement of how long
different ent commands take.
More detailed information, including the call tree and flame graph,
can be gathered like this:
```
$ perf record -g -F 999 ent tag 7e2a3a59fb6b77403ff1035255367607
$ perf script -F +pid > /tmp/test.perf
```
Then upload the `test.perf` file to the firefox visualizer at
<https://profiler.firefox.com/>.
A local visualizer would be nice, i'm sure there is one somewhere.

View file

@ -0,0 +1 @@
2025-07-22T20:47:14.363750382-06:00

View file

@ -1 +1 @@
backlog
done

View file

@ -0,0 +1,10 @@
Yeah that red blob 🛑 is super heavy, and the octagonal shape is pretty
subtle - it looks more like a stop light than a stop sign.
I like your thought of somehow showing the state of the issues we
dependend on... How about showing the count of not-Done dependencies?
And once all the dependencies are Done, not showing the ↖ or ⌛ or
whatever at all.
In the `ent show` output we could list all dependencies with a ↖ or
⌛ for the not-Done ones and a ✅ for the Done ones.