Leo Dirac
Leo Dirac
Maybe a config question, maybe a feature request. I'd like `nbdiff` to let me know if metadata has changed or not (and maybe how many cells) without giving me the...
A function that returns the same information as `report()` but as a datastructure instead of printing it. Somebody would probably want this, and it would make deeper testing much easier.
It looks like you should be able to annotate a funciton like `@timebudget(quiet=False)` but this doesn't work.
The default `timebudget.report` output text is ambiguous. When it says "###ms for ##calls" is that reporting ms per call or total ms across all calls?
I find myself calling `timebudget.set_quiet()` basically every time I use timebudget. So I'm planning to make this the default. This would be a breaking change, but we could make the...
Like #3 (report_data) somebody would probably want this, and it will definitely make testing easier. In fact proper functional testing probably requires this and #3 . Would mitigate the need...
Currently the averages in the report are counted from the beginning of the program, without exception. This can be a problem if you're watching a process whose behavior is changing....
Apologies that I think this is really just a Linux system question, but what happens if I have multiple processes using the same mmap bloomfilter? If they're only reading, everything...