Searched refs:Profiler (Results 1 - 25 of 74) sorted by relevance

123

/external/vogar/src/vogar/target/
H A DTargetRunner.java30 boolean run(Profiler profiler);
H A DProfilerRunListener.java21 import vogar.target.Profiler;
24 * A {@link RunListener} that will notify the {@link Profiler} before and after the start of every
28 private final Profiler profiler;
30 public ProfilerRunListener(Profiler profiler) {
H A DProfiler.java22 public abstract class Profiler { class
23 public static Profiler getInstance() throws Exception {
H A DMainTargetRunner.java45 public boolean run(Profiler profiler) {
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/
H A DProfilerRegistry.java39 Map<String, Profiler> profilerMap = new HashMap<String, Profiler>();
41 public void put(Profiler profiler) {
45 public void put(String name, Profiler profiler) {
58 public Profiler get(String name) {
H A DProfiler.java34 // + Profiler [BAS]
37 // |--+ Profiler Y
50 public class Profiler implements TimeInstrument { class in inherits:TimeInstrument
67 public Profiler(String name) { method in class:Profiler
106 public Profiler startNested(String name) {
108 Profiler nestedProfiler = new Profiler(name);
132 // if (child instanceof Profiler)
133 // ((Profiler) child).stop();
167 if (ti instanceof Profiler) {
[all...]
/external/swiftshader/src/Main/
H A DConfig.cpp22 Profiler profiler;
24 Profiler::Profiler() function in class:sw::Profiler
29 void Profiler::reset()
55 void Profiler::nextFrame()
H A DConfig.hpp50 struct Profiler struct in namespace:sw
52 Profiler();
78 extern Profiler profiler;
/external/webrtc/webrtc/base/
H A Dprofiler.h59 rtc::Profiler::Instance()->ReportAllToLog(__FILE__, __LINE__, sev)
64 rtc::Profiler::Instance()->ReportToLog(__FILE__, __LINE__, sev, prefix)
67 #define PROFILE_START(msg) rtc::Profiler::Instance()->StartEvent(msg)
68 #define PROFILE_STOP(msg) rtc::Profiler::Instance()->StopEvent(msg)
115 // macros, defined above, rather than directly calling Profiler methods.
116 class Profiler { class in namespace:rtc
118 ~Profiler();
129 static Profiler* Instance();
131 Profiler();
137 RTC_DISALLOW_COPY_AND_ASSIGN(Profiler);
[all...]
H A Dprofiler_unittest.cc32 ASSERT_TRUE(Profiler::Instance()->Clear());
36 const ProfilerEvent* event = Profiler::Instance()->GetEvent(function_name);
58 ASSERT_TRUE(Profiler::Instance()->Clear());
61 event1 = Profiler::Instance()->GetEvent(kEvent1Name);
74 event2 = Profiler::Instance()->GetEvent(kEvent2Name);
104 ASSERT_TRUE(Profiler::Instance()->Clear());
106 EXPECT_FALSE(Profiler::Instance()->Clear());
107 EXPECT_TRUE(Profiler::Instance()->GetEvent("event") != NULL);
109 EXPECT_TRUE(Profiler::Instance()->Clear());
110 EXPECT_EQ(NULL, Profiler
[all...]
H A Dprofiler.cc89 Profiler::~Profiler() = default;
91 Profiler* Profiler::Instance() {
92 RTC_DEFINE_STATIC_LOCAL(Profiler, instance, ());
96 Profiler::Profiler() { function in class:rtc::Profiler
99 void Profiler::StartEvent(const std::string& event_name) {
115 void Profiler::StopEvent(const std::string& event_name) {
125 void Profiler
[all...]
/external/slf4j/slf4j-ext/src/test/java/org/slf4j/profiler/
H A DBasicProfilerDemo.java44 + Profiler [BASIC]
57 Profiler profiler = new Profiler("BASIC");
H A DNestedProfilerDemo.java43 + Profiler [DEMO]
45 |---+ Profiler [SORT_AND_PRUNE]
59 Profiler profiler = new Profiler("DEMO");
H A DProfilerTest.java41 Profiler profiler = new Profiler("SMOKE");
53 Profiler profiler = new Profiler("BAS");
74 // + Profiler [BAS]
77 // |--+ Profiler [subtask]
85 Profiler profiler = new Profiler("BAS");
94 Profiler nested = profiler.startNested("subtask");
123 public void doSubtask(Profiler neste
[all...]
H A DNestedProfilerDemo2.java44 Profiler profiler = new Profiler("DEMO");
/external/v8/src/inspector/
H A Dv8-profiler-agent-impl.h12 #include "src/inspector/protocol/Profiler.h"
25 class V8ProfilerAgentImpl : public protocol::Profiler::Backend {
38 Response stop(std::unique_ptr<protocol::Profiler::Profile>*) override;
52 std::unique_ptr<protocol::Profiler::Profile> stopProfiling(
61 protocol::Profiler::Frontend m_frontend;
H A Dv8-profiler-agent-impl.cc29 std::unique_ptr<protocol::Array<protocol::Profiler::PositionTickInfo>>
33 auto array = protocol::Array<protocol::Profiler::PositionTickInfo>::create();
37 std::unique_ptr<protocol::Profiler::PositionTickInfo> line =
38 protocol::Profiler::PositionTickInfo::create()
48 std::unique_ptr<protocol::Profiler::ProfileNode> buildInspectorObjectFor(
59 auto result = protocol::Profiler::ProfileNode::create()
106 protocol::Array<protocol::Profiler::ProfileNode>* list) {
113 std::unique_ptr<protocol::Profiler::Profile> createCPUProfile(
115 auto nodes = protocol::Array<protocol::Profiler::ProfileNode>::create();
117 return protocol::Profiler
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
H A DDbg.stg72 ((Profiler)dbg).ExamineRuleMemoization(input, ruleIndex, stopIndex, <grammar.composite.rootGrammar.recognizerName>.ruleNames[ruleIndex]);
77 ((Profiler)dbg).Memoize(input, ruleIndex, ruleStartIndex, <grammar.composite.rootGrammar.recognizerName>.ruleNames[ruleIndex]);
108 : this( input, new Profiler(null), new RecognizerSharedState() )
114 Profiler p = (Profiler)dbg;
140 Profiler p = (Profiler)dbg;
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
H A DDbg.stg71 ((Profiler)dbg).ExamineRuleMemoization(input, ruleIndex, stopIndex, <grammar.composite.rootGrammar.recognizerName>.ruleNames[ruleIndex]);
76 ((Profiler)dbg).Memoize(input, ruleIndex, ruleStartIndex, <grammar.composite.rootGrammar.recognizerName>.ruleNames[ruleIndex]);
107 : this( input, new Profiler(null), new RecognizerSharedState() )
113 Profiler p = (Profiler)dbg;
139 Profiler p = (Profiler)dbg;
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
H A Dprofiler_finder.py15 profiler.Profiler,
H A Dandroid_screen_recorder_profiler.py18 class AndroidScreenRecordingProfiler(profiler.Profiler):
H A Dnetlog_profiler.py10 class NetLogProfiler(profiler.Profiler):
H A Dv8_profiler.py11 class V8Profiler(profiler.Profiler):
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
H A DDbg.stg67 ((Profiler)dbg).examineRuleMemoization(input, ruleIndex, stopIndex, <grammar.composite.rootGrammar.recognizerName>.ruleNames[ruleIndex]);
74 ((Profiler)dbg).memoize(input, ruleIndex, ruleStartIndex, <grammar.composite.rootGrammar.recognizerName>.ruleNames[ruleIndex]);
102 this(input, new Profiler(null), new RecognizerSharedState());
106 Profiler p = (Profiler)dbg;
130 Profiler p = (Profiler)dbg;
/external/clang/lib/AST/
H A DStmtProfile.cpp262 StmtProfiler *Profiler; member in class:__anon1116::OMPClauseProfiler
268 OMPClauseProfiler(StmtProfiler *P) : Profiler(P) { }
279 Profiler->VisitStmt(S);
286 Profiler->VisitStmt(E);
291 Profiler->VisitStmt(C->getCondition());
296 Profiler->VisitStmt(C->getCondition());
301 Profiler->VisitStmt(C->getNumThreads());
306 Profiler->VisitStmt(C->getSafelen());
311 Profiler->VisitStmt(C->getSimdlen());
316 Profiler
[all...]

Completed in 333 milliseconds

123