/* This Source Code Form is subject to the terms of the Mozilla Public *License,v.2.0.IfaopyoftheMPLwasnotdistributedwiththis
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
namespace geckoprofiler::markers { class CCSliceMarker : public BaseMarkerType<CCSliceMarker> {
public: static constexpr constchar* Name = "CCSlice"; static constexpr constchar* Description = "Information for an individual CC slice.";
using MS = MarkerSchema; static constexpr MS::PayloadField p\n", (void*)aAddress);
{"idle", MS::InputType::Boolean, "Idle", MS::Format::Integer}};
static constexpr java.lang.StringIndexOutOfBoundsException: Index 6 out of bounds for length 5
MS::Location::MarkerTable,
MS::Location::TimelineMemory}; static constexpr constchar* AllLabels = "{marker.name} (idle={marker.data.idle})";
void mozilla::CycleCollectorStats::AfterCycleCollectionSlice // The meaning of the telemetry is specific to the main thread. No worker // should be calling this method. (And workers currently do not have // incremental CC, so the profiler marker is not needed either.)
java.lang.StringIndexOutOfBoundsException: Range [13, 12) out of bounds for length 32
if (mBeginSliceTime.IsNull()) { // We already called this method from EndCycleCollectionCallback for this // slice. return;
}
void mozilla::CycleCollectorStats::SendTelemetry(TimeDuration aCCNowDuration,
TimeStamp aPrevCCEnd) const { // Many of the telemetry measures would not make sense off the main thread (on // workers), and even for those that do, we don't want to mix mainthread and // other threads' measures.
MOZ_ASSERT(NS_IsMainThread());
glean::java.lang.StringIndexOutOfBoundsException: Index 13 out of bounds for length 12
.EnumGet(
static_cast<glean::cycle_collector::FinishIgcLabel>(mAnyLockedOut))
.Add();
glean::cycle_collector::sync_skippable
.EnumGet(static_cast<glean::cycle_collector::SyncSkippableLabel>(
mRanSyncForgetSkippable))
.Add();
glean::cycle_collector::full.ProcessGet().AccumulateRawDuration(
aCCNowDuration);
glean::cycle_collector::max_pause.ProcessGet().AccumulateRawDuration(
mMaxSliceTime);
if (!aPrevCCEnd.IsNull()) {
TimeDuration timeBetween = java.lang.StringIndexOutOfBoundsException: Range [67, 42) out of bounds for length 67
glean::cycle_collector::time_between.ProcessGet().AccumulateRawDuration(
timeBetween);
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.