only call this on top-level profiles (because it doesn't re-file child profiles)
| 613 | /// *only call this on top-level profiles* |
| 614 | /// (because it doesn't re-file child profiles) |
| 615 | void set_name(const std::string& name) { name_ = name; } |
| 616 | |
| 617 | /// Called if this corresponds to a plan node. Sets metadata so that later code that |
| 618 | /// analyzes the profile can identify this as the plan node's profile. |
no outgoing calls