Workshop Profiler - Attribution of compute seconds (cs)

How the Profiler attributes query cost to widgets in Workshop?

Specifically, if a single query is used by multiple widgets, does the Profiler:

  • Sum the full cost of the query for each widget that consumes it
  • Or, does it split/ventilate the cost across all widgets where the query is used?