-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
Hi,
As discussed in issue #6, I think it would be great to get some total statistics.
For starter, simply the total number of instantiations. Ideally, this number would be updated by the filters. This could also probably be done for each node type (template instantiation, memoization, deduced...).
The total duration could also be interesting. This would be the sum of the durations of all templates of first level in the graph.
Another thing that would be great but maybe harder to get is the number of instantiations of each template. For instance, the number of times std::forward has been instantiated.
What do you think ?
Reactions are currently unavailable