Home
last modified time | relevance | path

Searched refs:ProfilerMarkerPayload (Results 1 – 25 of 33) sorted by relevance

12

/dports/lang/spidermonkey78/firefox-78.9.0/tools/profiler/public/
H A DProfilerMarkerPayload.h46 class ProfilerMarkerPayload {
48 explicit ProfilerMarkerPayload(
54 ProfilerMarkerPayload(
60 virtual ~ProfilerMarkerPayload() = default;
65 const ProfilerMarkerPayload* aPayload) { in TagAndSerializationBytes()
416 : ProfilerMarkerPayload(aStartTime, aEndTime, in ProfilerMarkerPayload() function
501 : ProfilerMarkerPayload(aStartTime, aEndTime), in GCSliceMarkerPayload()
520 : ProfilerMarkerPayload(aStartTime, aEndTime), in GCMajorMarkerPayload()
539 : ProfilerMarkerPayload(aStartTime, aEndTime), in GCMinorMarkerPayload()
659 : ProfilerMarkerPayload(aStartTime, aEndTime), in LogMarkerPayload()
[all …]
H A DGeckoProfiler.h114 class ProfilerMarkerPayload; variable
854 const ProfilerMarkerPayload& aPayload);
873 const ProfilerMarkerPayload& aPayload);
880 const ProfilerMarkerPayload& aPayload);
/dports/lang/spidermonkey78/firefox-78.9.0/mozglue/baseprofiler/core/
H A DProfilerMarkerPayload.cpp30 ProfilerMarkerPayload::sDeserializerCount{1};
35 ProfilerMarkerPayload::Deserializer
40 ProfilerMarkerPayload::DeserializerTag
41 ProfilerMarkerPayload::TagForDeserializer( in TagForDeserializer()
84 ProfilerMarkerPayload::Deserializer ProfilerMarkerPayload::DeserializerForTag( in DeserializerForTag()
125 ProfilerMarkerPayload::CommonProps
198 return UniquePtr<ProfilerMarkerPayload>( in Deserialize()
336 return UniquePtr<ProfilerMarkerPayload>( in Deserialize()
409 return UniquePtr<ProfilerMarkerPayload>( in Deserialize()
538 return UniquePtr<ProfilerMarkerPayload>( in Deserialize()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/tools/profiler/public/
H A DProfilerMarkerPayload.h36 class ProfilerMarkerPayload {
46 virtual ~ProfilerMarkerPayload() {} in ~ProfilerMarkerPayload()
91 class IOMarkerPayload : public ProfilerMarkerPayload {
116 : ProfilerMarkerPayload(aStartTime, aEndTime), in DOMEventMarkerPayload()
133 : ProfilerMarkerPayload(aStartTime, aStartTime), in UserTimingMarkerPayload()
142 : ProfilerMarkerPayload(aStartTime, aEndTime), in UserTimingMarkerPayload()
165 : ProfilerMarkerPayload(aStartTime, aStartTime), in LayerTranslationMarkerPayload()
196 : ProfilerMarkerPayload(aStartTime, aEndTime), in GCSliceMarkerPayload()
210 : ProfilerMarkerPayload(aStartTime, aEndTime), in GCMajorMarkerPayload()
224 : ProfilerMarkerPayload(aStartTime, aEndTime), in GCMinorMarkerPayload()
[all …]
H A DGeckoProfiler.h78 class ProfilerMarkerPayload; variable
524 mozilla::UniquePtr<ProfilerMarkerPayload> aPayload);
529 mozilla::UniquePtr<ProfilerMarkerPayload> aPayload);
/dports/lang/spidermonkey78/firefox-78.9.0/mozglue/baseprofiler/public/
H A DBaseProfilerMarkerPayload.h35 class ProfilerMarkerPayload {
37 explicit ProfilerMarkerPayload(
48 virtual ~ProfilerMarkerPayload() {} in ~ProfilerMarkerPayload()
53 const ProfilerMarkerPayload* aPayload) { in TagAndSerializationBytes()
91 typedef UniquePtr<ProfilerMarkerPayload> (*Deserializer)(
249 class HangMarkerPayload : public ProfilerMarkerPayload {
275 class TextMarkerPayload : public ProfilerMarkerPayload {
304 class LogMarkerPayload : public ProfilerMarkerPayload {
342 const baseprofiler::ProfilerMarkerPayload*> {
357 UniquePtr<baseprofiler::ProfilerMarkerPayload>> {
[all …]
H A DBaseProfiler.h91 class ProfilerMarkerPayload; variable
767 const ProfilerMarkerPayload& aPayload);
779 const ProfilerMarkerPayload& aPayload);
786 const ProfilerMarkerPayload& aPayload);
/dports/lang/spidermonkey78/firefox-78.9.0/tools/profiler/core/
H A DProfilerMarkerPayload.cpp38 ProfilerMarkerPayload::Deserializer
43 ProfilerMarkerPayload::DeserializerTag
44 ProfilerMarkerPayload::TagForDeserializer( in TagForDeserializer()
87 ProfilerMarkerPayload::Deserializer ProfilerMarkerPayload::DeserializerForTag( in DeserializerForTag()
128 ProfilerMarkerPayload::CommonProps
187 ProfilerMarkerPayload::CommonProps props = in Deserialize()
191 return UniquePtr<ProfilerMarkerPayload>( in Deserialize()
238 return UniquePtr<ProfilerMarkerPayload>( in Deserialize()
284 return UniquePtr<ProfilerMarkerPayload>( in Deserialize()
326 return UniquePtr<ProfilerMarkerPayload>( in Deserialize()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/tools/profiler/public/
H A DProfilerMarkers.h33 class ProfilerMarkerPayload
39 explicit ProfilerMarkerPayload(ProfilerBacktrace* aStack = nullptr);
40 ProfilerMarkerPayload(const mozilla::TimeStamp& aStartTime,
47 virtual ~ProfilerMarkerPayload();
72 class ProfilerMarkerTracing : public ProfilerMarkerPayload
92 class ProfilerMarkerImagePayload : public ProfilerMarkerPayload
104 class IOMarkerPayload : public ProfilerMarkerPayload
124 class LayerTranslationPayload : public ProfilerMarkerPayload
144 class TouchDataPayload : public ProfilerMarkerPayload
160 class VsyncPayload : public ProfilerMarkerPayload
[all …]
H A DPseudoStack.h76 class ProfilerMarkerPayload; variable
86 ProfilerMarkerPayload* aPayload = nullptr,
107 ProfilerMarkerPayload* mPayload;
240 void addMarker(const char* aMarkerStr, ProfilerMarkerPayload* aPayload, double aTime) in addMarker()
H A DGeckoProfilerFunc.h29 class ProfilerMarkerPayload; variable
40 ProfilerMarkerPayload *aPayload = nullptr);
H A DGeckoProfiler.h107 #define PROFILER_MARKER_PAYLOAD(info, payload) do { mozilla::UniquePtr<ProfilerMarkerPayload> paylo…
/dports/www/firefox-legacy/firefox-52.8.0esr/tools/profiler/core/
H A DProfilerMarkers.cpp16 ProfilerMarkerPayload::ProfilerMarkerPayload(ProfilerBacktrace* aStack) in ProfilerMarkerPayload() function in ProfilerMarkerPayload
20 ProfilerMarkerPayload::ProfilerMarkerPayload(const mozilla::TimeStamp& aStartTime, in ProfilerMarkerPayload() function in ProfilerMarkerPayload
28 ProfilerMarkerPayload::~ProfilerMarkerPayload() in ~ProfilerMarkerPayload()
34 ProfilerMarkerPayload::streamCommonProps(const char* aMarkerType, in streamCommonProps()
99 : ProfilerMarkerPayload(aCpuTimeStart, aCpuTimeEnd) in GPUMarkerPayload()
136 : ProfilerMarkerPayload(aStartTime, aEndTime, aStack), in IOMarkerPayload()
165 : ProfilerMarkerPayload(mozilla::TimeStamp::Now(), mozilla::TimeStamp::Now(), nullptr) in LayerTranslationPayload()
186 : ProfilerMarkerPayload(mozilla::TimeStamp::Now(), mozilla::TimeStamp::Now(), nullptr) in TouchDataPayload()
199 : ProfilerMarkerPayload(aVsyncTimestamp, aVsyncTimestamp, nullptr) in VsyncPayload()
H A Dplatform.cpp185 ProfilerMarkerPayload* aPayload, in ProfilerMarker()
1173 void mozilla_sampler_add_marker(const char *aMarker, ProfilerMarkerPayload *aPayload) in mozilla_sampler_add_marker()
1177 mozilla::UniquePtr<ProfilerMarkerPayload> payload(aPayload); in mozilla_sampler_add_marker()
/dports/lang/spidermonkey60/firefox-60.9.0/tools/profiler/core/
H A DProfilerMarker.h25 mozilla::UniquePtr<ProfilerMarkerPayload> aPayload = nullptr,
70 mozilla::UniquePtr<ProfilerMarkerPayload> mPayload;
H A DRegisteredThread.h30 mozilla::UniquePtr<ProfilerMarkerPayload> aPayload, in AddPendingMarker()
H A DProfilerMarkerPayload.cpp16 void ProfilerMarkerPayload::StreamCommonProps( in StreamCommonProps()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/ipc/
H A DContentCompositorBridgeParent.cpp378 class ContentBuildPayload : public ProfilerMarkerPayload { in ShadowLayersUpdated()
382 : ProfilerMarkerPayload(aStartTime, aEndTime) {} in ShadowLayersUpdated()
401 : ProfilerMarkerPayload(std::move(aCommonProps)) {} in ShadowLayersUpdated()
402 static mozilla::UniquePtr<ProfilerMarkerPayload> Deserialize( in ShadowLayersUpdated()
404 ProfilerMarkerPayload::CommonProps props = in ShadowLayersUpdated()
406 return UniquePtr<ProfilerMarkerPayload>( in ShadowLayersUpdated()
H A DCompositorBridgeParent.cpp2716 class ContentFramePayload : public ProfilerMarkerPayload { in RecordContentFrameTime()
2720 : ProfilerMarkerPayload(aStartTime, aEndTime) {} in RecordContentFrameTime()
2739 : ProfilerMarkerPayload(std::move(aCommonProps)) {} in RecordContentFrameTime()
2740 static mozilla::UniquePtr<ProfilerMarkerPayload> Deserialize( in RecordContentFrameTime()
2742 ProfilerMarkerPayload::CommonProps props = in RecordContentFrameTime()
2744 return UniquePtr<ProfilerMarkerPayload>( in RecordContentFrameTime()
/dports/lang/spidermonkey60/firefox-60.9.0/tools/profiler/
H A Dmoz.build16 'public/ProfilerMarkerPayload.h',
27 'core/ProfilerMarkerPayload.cpp',
/dports/lang/spidermonkey78/firefox-78.9.0/tools/profiler/
H A Dmoz.build19 'public/ProfilerMarkerPayload.h',
32 'core/ProfilerMarkerPayload.cpp',
/dports/lang/spidermonkey78/firefox-78.9.0/mozglue/baseprofiler/
H A Dmoz.build29 'core/ProfilerMarkerPayload.cpp',
/dports/lang/spidermonkey78/firefox-78.9.0/tools/profiler/tests/gtest/
H A DGeckoProfiler.cpp510 class GTestMarkerPayload : public ProfilerMarkerPayload {
520 : ProfilerMarkerPayload(std::move(aCommonProps)), mN(aN) { in GTestMarkerPayload()
557 UniquePtr<ProfilerMarkerPayload> GTestMarkerPayload::Deserialize( in Deserialize()
559 ProfilerMarkerPayload::CommonProps props = in Deserialize()
562 return UniquePtr<ProfilerMarkerPayload>( in Deserialize()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/wr/
H A DWebRenderBridgeParent.cpp225 class ContentFullPaintPayload : public ProfilerMarkerPayload { in Notify()
229 : ProfilerMarkerPayload(aStartTime, aEndTime) {} in Notify()
249 : ProfilerMarkerPayload(std::move(aCommonProps)) {} in Notify()
250 static mozilla::UniquePtr<ProfilerMarkerPayload> Deserialize( in Notify()
252 ProfilerMarkerPayload::CommonProps props = in Notify()
254 return UniquePtr<ProfilerMarkerPayload>( in Notify()
/dports/lang/spidermonkey78/firefox-78.9.0/mozglue/tests/
H A DTestBaseProfiler.cpp3004 class BaseTestMarkerPayload : public baseprofiler::ProfilerMarkerPayload {
3011 static UniquePtr<ProfilerMarkerPayload> Deserialize(
3023 : baseprofiler::ProfilerMarkerPayload(std::move(aProps)), mData(aData) {} in BaseTestMarkerPayload()
3029 UniquePtr<baseprofiler::ProfilerMarkerPayload>
3033 return UniquePtr<baseprofiler::ProfilerMarkerPayload>( in Deserialize()
3071 static_cast<const baseprofiler::ProfilerMarkerPayload*>(&payload)); in TestProfilerMarkerSerialization()
3076 UniquePtr<baseprofiler::ProfilerMarkerPayload> payload = in TestProfilerMarkerSerialization()
3077 aER.ReadObject<UniquePtr<baseprofiler::ProfilerMarkerPayload>>(); in TestProfilerMarkerSerialization()

12