You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Log stats on array openings and query submissions. (#52)
* Add wrappers over opening arrays and submitting queries that optionally log stats.
* Use the wrapper functions throughout the codebase.
* Support collecting stats in the Python API and add functions to enable it.
* Log the name of the calling function alongside the stats.
* Support customizing the file the stats are written and default it to stdout.
* Log Core stats in JSON and add specialized dump and reset Python API functions.
* Support logging stats in the CLI programs.
* Use `raw_dump` to get the stats.
`dump` and `raw_dump` do the same, but only the latter is documented to return JSON.
0 commit comments