Lines Matching refs:PW_METRIC_GLOBAL
111 PW_METRIC_GLOBAL(legacy_do_something, "legacy_do_something");
112 PW_METRIC_GLOBAL(legacy_do_something_else, "legacy_do_something_else");
166 ``PW_METRIC_GLOBAL`` and ``PW_METRIC_GROUP_GLOBAL``
347 .. cpp:function:: PW_METRIC_GLOBAL(identifier, name, value)
360 PW_METRIC_GLOBAL(foo, "foo", 0.2f);
361 PW_METRIC_GLOBAL(bar, "bar", 44000u);
363 Note that metrics defined with ``PW_METRIC_GLOBAL`` should never be added to
365 to one group, and metrics defined with ``PW_METRIC_GLOBAL`` are
370 Do not create ``PW_METRIC_GLOBAL`` instances anywhere other than global
379 Note that metrics created with ``PW_METRIC_GLOBAL`` should never be added to
796 cases for both e.g. ``PW_METRIC`` and ``PW_METRIC_GLOBAL``. We'd prefer to