This guide explains how to effectively search and filter multiple performance graphs within the Browser Performance Infrastructure. While the Explore (/e) view is designed for deep-diving into a single, comprehensive graph, Multigraph (/m) is optimized for viewing and synchronizing multiple metrics simultaneously.
Note: All examples and links in this guide use the Chrome Perf instance (https://chrome-perf.corp.goog/m/), but the concepts and instructions apply to all Performance Dashboard instances.
You can access the Multigraph view in two ways:
/m path (e.g., https://chrome-perf.corp.goog/m/).Note: This is the default view for most dashboard instances.
The Test Picker is the primary tool for building queries to find specific metrics. It operates on a dynamic key-value hierarchy:
benchmark, bot, test). When you select a key, you are prompted to select one or more matching values.benchmark, bot, test) is determined by the include_params setting in the instance configuration. This allows the search hierarchy to be customized based on how the data is indexed (see example configuration). Keys not specified in the hierarchy are not set by default, but can be assigned default values via default_param_selections (see example).