Home
last modified time | relevance | path

Searched refs:PerfSample (Results 1 – 25 of 63) sorted by relevance

123

/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Pathfinder/
H A DPathFinderUnitPathCacheDecorator.cs35 using (new PerfSample("Pathfinder")) in FindUnitPath()
59 using (new PerfSample("Pathfinder")) in FindUnitPathToRange()
81 using (new PerfSample("Pathfinder")) in FindPath()
87 using (new PerfSample("Pathfinder")) in FindBidiPath()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/tools/llvm-profgen/
H A DPerfReader.h116 struct PerfSample { struct
119 virtual ~PerfSample() = default; argument
121 virtual bool isEqual(const PerfSample *K) const { in isEqual() argument
129 PerfSample(PerfKind K) : Kind(K){}; in PerfSample() argument
133 struct HybridSample : public PerfSample {
141 HybridSample() : PerfSample(PK_HybridSample){}; in HybridSample()
142 static bool classof(const PerfSample *K) { in classof()
147 bool isEqual(const PerfSample *K) const override { in isEqual()
194 std::unordered_map<Hashable<PerfSample>, uint64_t,
195 Hashable<PerfSample>::Hash, Hashable<PerfSample>::Equal>;
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/tools/llvm-profgen/
H A DPerfReader.h116 struct PerfSample { struct
119 virtual ~PerfSample() = default; argument
121 virtual bool isEqual(const PerfSample *K) const { in isEqual() argument
129 PerfSample(PerfKind K) : Kind(K){}; in PerfSample() argument
133 struct HybridSample : public PerfSample {
141 HybridSample() : PerfSample(PK_HybridSample){}; in HybridSample()
142 static bool classof(const PerfSample *K) { in classof()
147 bool isEqual(const PerfSample *K) const override { in isEqual()
194 std::unordered_map<Hashable<PerfSample>, uint64_t,
195 Hashable<PerfSample>::Hash, Hashable<PerfSample>::Equal>;
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/tools/llvm-profgen/
H A DPerfReader.h141 struct PerfSample { struct
144 virtual ~PerfSample() = default; argument
146 virtual bool isEqual(const PerfSample *K) const { in isEqual() argument
154 PerfSample(PerfKind K) : Kind(K){}; in PerfSample() function
158 struct HybridSample : public PerfSample {
166 HybridSample() : PerfSample(PK_HybridSample){}; in HybridSample()
167 static bool classof(const PerfSample *K) { in classof()
172 bool isEqual(const PerfSample *K) const override { in isEqual()
228 std::unordered_map<Hashable<PerfSample>, uint64_t,
229 Hashable<PerfSample>::Hash, Hashable<PerfSample>::Equal>;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/tools/llvm-profgen/
H A DPerfReader.h141 struct PerfSample { struct
144 virtual ~PerfSample() = default; argument
146 virtual bool isEqual(const PerfSample *K) const { in isEqual() argument
154 PerfSample(PerfKind K) : Kind(K){}; in PerfSample() argument
158 struct HybridSample : public PerfSample {
166 HybridSample() : PerfSample(PK_HybridSample){}; in HybridSample()
167 static bool classof(const PerfSample *K) { in classof()
172 bool isEqual(const PerfSample *K) const override { in isEqual()
228 std::unordered_map<Hashable<PerfSample>, uint64_t,
229 Hashable<PerfSample>::Hash, Hashable<PerfSample>::Equal>;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/tools/llvm-profgen/
H A DPerfReader.h141 struct PerfSample { struct
144 virtual ~PerfSample() = default; argument
146 virtual bool isEqual(const PerfSample *K) const { in isEqual() argument
154 PerfSample(PerfKind K) : Kind(K){}; in PerfSample() argument
158 struct HybridSample : public PerfSample {
166 HybridSample() : PerfSample(PK_HybridSample){}; in HybridSample()
167 static bool classof(const PerfSample *K) { in classof()
172 bool isEqual(const PerfSample *K) const override { in isEqual()
228 std::unordered_map<Hashable<PerfSample>, uint64_t,
229 Hashable<PerfSample>::Hash, Hashable<PerfSample>::Equal>;
/dports/graphics/llvm-mesa/llvm-13.0.1.src/tools/llvm-profgen/
H A DPerfReader.h141 struct PerfSample { struct
144 virtual ~PerfSample() = default; argument
146 virtual bool isEqual(const PerfSample *K) const { in isEqual() argument
154 PerfSample(PerfKind K) : Kind(K){}; in PerfSample() function
158 struct HybridSample : public PerfSample {
166 HybridSample() : PerfSample(PK_HybridSample){}; in HybridSample()
167 static bool classof(const PerfSample *K) { in classof()
172 bool isEqual(const PerfSample *K) const override { in isEqual()
228 std::unordered_map<Hashable<PerfSample>, uint64_t,
229 Hashable<PerfSample>::Hash, Hashable<PerfSample>::Equal>;
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/tools/llvm-profgen/
H A DPerfReader.h141 struct PerfSample { struct
144 virtual ~PerfSample() = default; argument
146 virtual bool isEqual(const PerfSample *K) const { in isEqual() argument
154 PerfSample(PerfKind K) : Kind(K){}; in PerfSample() argument
158 struct HybridSample : public PerfSample {
166 HybridSample() : PerfSample(PK_HybridSample){}; in HybridSample()
167 static bool classof(const PerfSample *K) { in classof()
172 bool isEqual(const PerfSample *K) const override { in isEqual()
228 std::unordered_map<Hashable<PerfSample>, uint64_t,
229 Hashable<PerfSample>::Hash, Hashable<PerfSample>::Equal>;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/llvm-profgen/
H A DPerfReader.h142 struct PerfSample { struct
149 virtual ~PerfSample() = default; argument
166 bool isEqual(const PerfSample *Other) const { in isEqual() argument
198 std::unordered_map<Hashable<PerfSample>, uint64_t, argument
199 Hashable<PerfSample>::Hash, Hashable<PerfSample>::Equal>;
242 UnwindState(const PerfSample *Sample, const ProfiledBinary *Binary) in UnwindState()
463 bool unwind(const PerfSample *Sample, uint64_t Repeat);
605 void computeCounterFromLBR(const PerfSample *Sample, uint64_t Repeat);
H A DPerfReader.cpp228 bool VirtualUnwinder::unwind(const PerfSample *Sample, uint64_t Repeat) { in unwind()
420 const PerfSample *Sample = Item.first.getPtr(); in unwindSamples()
635 std::shared_ptr<PerfSample> Sample = std::make_shared<PerfSample>(); in parseSample()
654 AggregatedSamples[Hashable<PerfSample>(Sample)] += Count; in parseSample()
723 void LBRPerfReader::computeCounterFromLBR(const PerfSample *Sample, in computeCounterFromLBR()
745 std::shared_ptr<PerfSample> Sample = std::make_shared<PerfSample>(); in parseSample()
750 AggregatedSamples[Hashable<PerfSample>(Sample)] += Count; in parseSample()
764 const PerfSample *Sample = Item.first.getPtr(); in generateRawProfile()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/Support/
H A DPerfSample.cs17 public struct PerfSample : IDisposable struct
22 public PerfSample(string item) in PerfSample() method
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Traits/Player/
H A DModularBot.cs89 using (new PerfSample("bot_tick")) in ITick.Tick()
109 using (new PerfSample("bot_attack_response")) in INotifyDamage.Damaged()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/
H A DGame.cs571 using (new PerfSample("tick_time")) in InnerLogicTick()
646 using (new PerfSample("render")) in RenderTick()
651 using (new PerfSample("render_prepare")) in RenderTick()
673 using (new PerfSample("render_world")) in RenderTick()
677 using (new PerfSample("render_widgets")) in RenderTick()
698 using (new PerfSample("render_flip")) in RenderTick()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/src/profiling/perf/
H A Dperf_producer.cc606 using PerfSample = protos::pbzero::PerfSample; in EmitSkippedSample() typedef
610 PerfSample::PROFILER_SKIP_READ_STAGE); in EmitSkippedSample()
614 PerfSample::PROFILER_SKIP_UNWIND_ENQUEUE); in EmitSkippedSample()
618 PerfSample::PROFILER_SKIP_UNWIND_STAGE); in EmitSkippedSample()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/systrace/profile_chrome/third_party/
H A Dperf_to_tracing.py112 class PerfSample: class
192 sample = PerfSample(stack_frame.stack_id,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/profiling/perf/
H A Dperf_producer.cc673 using PerfSample = protos::pbzero::PerfSample; in EmitSkippedSample() typedef
677 PerfSample::PROFILER_SKIP_READ_STAGE); in EmitSkippedSample()
681 PerfSample::PROFILER_SKIP_UNWIND_ENQUEUE); in EmitSkippedSample()
685 PerfSample::PROFILER_SKIP_UNWIND_STAGE); in EmitSkippedSample()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/src/trace_processor/importers/proto/
H A Dproto_trace_parser.cc339 using PerfSample = protos::pbzero::PerfSample; in ParsePerfSample() typedef
340 PerfSample::Decoder sample(blob.data, blob.size); in ParsePerfSample()
361 PerfSample::PROFILER_SKIP_UNWIND_ENQUEUE) in ParsePerfSample()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/trace_processor/importers/proto/
H A Dproto_trace_parser.cc424 using PerfSample = protos::pbzero::PerfSample; in ParsePerfSample() typedef
425 PerfSample::Decoder sample(blob.data, blob.size); in ParsePerfSample()
446 PerfSample::PROFILER_SKIP_UNWIND_ENQUEUE) in ParsePerfSample()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/Network/
H A DOrderManager.cs203 using (new PerfSample("sync_report")) in Tick()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/Scripting/
H A DScriptContext.cs260 using (new PerfSample("tick_lua")) in Tick()
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/google.golang.org/api/toolresults/v1beta3firstparty/
H A Dtoolresults-gen.go556 PerfSamples []*PerfSample `json:"perfSamples,omitempty"`
582 PerfSamples []*PerfSample `json:"perfSamples,omitempty"`
1196 PerfSamples []*PerfSample `json:"perfSamples,omitempty"`
1537 type PerfSample struct { struct
1561 func (s *PerfSample) MarshalJSON() ([]byte, error) { argument
1562 type NoMethod PerfSample
1567 func (s *PerfSample) UnmarshalJSON(data []byte) error { argument
1568 type NoMethod PerfSample
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/google.golang.org/api/toolresults/v1beta3/
H A Dtoolresults-gen.go565 PerfSamples []*PerfSample `json:"perfSamples,omitempty"`
591 PerfSamples []*PerfSample `json:"perfSamples,omitempty"`
1302 PerfSamples []*PerfSample `json:"perfSamples,omitempty"`
1648 type PerfSample struct { struct
1672 func (s *PerfSample) MarshalJSON() ([]byte, error) { argument
1673 type NoMethod PerfSample
1678 func (s *PerfSample) UnmarshalJSON(data []byte) error { argument
1679 type NoMethod PerfSample
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/google.golang.org/api/toolresults/v1beta3/
H A Dtoolresults-gen.go633 PerfSamples []*PerfSample `json:"perfSamples,omitempty"`
659 PerfSamples []*PerfSample `json:"perfSamples,omitempty"`
1419 PerfSamples []*PerfSample `json:"perfSamples,omitempty"`
1840 type PerfSample struct { struct
1864 func (s *PerfSample) MarshalJSON() ([]byte, error) { argument
1865 type NoMethod PerfSample
1870 func (s *PerfSample) UnmarshalJSON(data []byte) error { argument
1871 type NoMethod PerfSample
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/google.golang.org/api/google-api-go-client-0.7.0/toolresults/v1beta3/
H A Dtoolresults-gen.go633 PerfSamples []*PerfSample `json:"perfSamples,omitempty"`
659 PerfSamples []*PerfSample `json:"perfSamples,omitempty"`
1419 PerfSamples []*PerfSample `json:"perfSamples,omitempty"`
1840 type PerfSample struct { struct
1864 func (s *PerfSample) MarshalJSON() ([]byte, error) { argument
1865 type NoMethod PerfSample
1870 func (s *PerfSample) UnmarshalJSON(data []byte) error { argument
1871 type NoMethod PerfSample
/dports/misc/concourse/concourse-6.7.2/vendor/google.golang.org/api/toolresults/v1beta3/
H A Dtoolresults-gen.go633 PerfSamples []*PerfSample `json:"perfSamples,omitempty"`
659 PerfSamples []*PerfSample `json:"perfSamples,omitempty"`
1423 PerfSamples []*PerfSample `json:"perfSamples,omitempty"`
1844 type PerfSample struct { struct
1868 func (s *PerfSample) MarshalJSON() ([]byte, error) { argument
1869 type NoMethod PerfSample
1874 func (s *PerfSample) UnmarshalJSON(data []byte) error { argument
1875 type NoMethod PerfSample

123