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
Domiii
changed the title
Add "stats" button to Toolbar to control whether to show ContextNode stats
Add "stats" button to Toolbar to control which stats to show on each ContextNode call graph node
Feb 20, 2022
stats
button toToolbar
for toggling stats information onContextNode
, when clicked...:statsMask
inGraphRoot
statesetStatsMask
on allContextNode
componentsEnum
StatsMask
Enum
already provides several bit mask features for this. Missing operations need to be added (such ashas
,add
anddelete
).SettingsPanel
right under theToolbar
StatsPanel
toSettingsPanel
Stats
are enabled (one checkbox per stat)StatsByContextQuery.get*
functionsExplanation:
Future Work (don't do for now)
dp.queryImpl.statsByContext.subscribe()
whenstatsEnabled
(can add that logic inGraphRoot.update
)The text was updated successfully, but these errors were encountered: