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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
New features:
Interactive tree visualization in Jupyter
Add mult and division API
Update hatchet installation steps for cython integration
Readers: cprofiler, pyinstrument
Graph output formats: to_literal
Add profiling APIs to profile Hatchet APIs
Update basic tutorial for hatchet
Changes to existing APIs
Remove threshold=, color=, and unicode= from tree API
Highlighting name disabled by default in terminal tree output
is kept in sync with the dataframe
Internal performance improvements to unify and HPCToolkit reader, enabling
analysis of large datasets
For mathematical operations, insert nan values for missing nodes, show values
as nan and inf as necessary in dataframe
Extend callpath query language to support non-dataframe metrics (e.g., depth,
hatchet ID)
Literal reader: A node can be defined with a "duplicate": True field if it
should be the same node (though in a different callpath). A node also needs
"frame" field, which is a dict containing the node "name" and "type" (if
necessary).