From 9aed8fb43441228343b925b42464a55042c47ca0 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Wed, 17 Nov 2021 13:16:45 +0000 Subject: IVGCVSW-6040 Update 21.11 Doxygen Documents Signed-off-by: Nikhil Raj Change-Id: Ia36ec98c4bebc27a69103911ea3409cd7db587a5 --- 21.11/_profiling_8cpp.xhtml | 166 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 166 insertions(+) create mode 100644 21.11/_profiling_8cpp.xhtml (limited to '21.11/_profiling_8cpp.xhtml') diff --git a/21.11/_profiling_8cpp.xhtml b/21.11/_profiling_8cpp.xhtml new file mode 100644 index 0000000000..6d0d4d4b3d --- /dev/null +++ b/21.11/_profiling_8cpp.xhtml @@ -0,0 +1,166 @@ + + + + + + + + + + + + + +ArmNN: src/armnn/Profiling.cpp File Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.11 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
Profiling.cpp File Reference
+
+
+
#include "Profiling.hpp"
+#include <armnn/BackendId.hpp>
+#include <armnn/utility/Assert.hpp>
+#include "JsonPrinter.hpp"
+#include <algorithm>
+#include <iomanip>
+#include <iostream>
+#include <fstream>
+#include <map>
+#include <stack>
+
+

Go to the source code of this file.

+ + + + + +

+Namespaces

 armnn
 Copyright (c) 2021 ARM Limited and Contributors.
 
+ + + + + + + + + + + + + + + +

+Functions

Measurement FindMeasurement (const std::string &name, const Event *event)
 
std::vector< Measurement > FindKernelMeasurements (const Event *event)
 
const Event * GetEventPtr (const Event *ptr)
 
const Event * GetEventPtr (const std::unique_ptr< Event > &ptr)
 
int CalcLevel (const Event *eventPtr)
 
void ConfigureDetailsObject (JsonChildObject &detailsObject, std::string layerDetailsStr)
 
void ExtractJsonObjects (unsigned int inferenceIndex, const Event *parentEvent, JsonChildObject &parentObject, std::map< const Event *, std::vector< const Event *>> descendantsMap)
 
+ + + + + + + + + + + +

+Variables

constexpr std::size_t g_ProfilingEventCountHint = 1024
 
constexpr bool g_WriteProfilingEventSequence = true
 
constexpr bool g_AggregateProfilingEventsByInference = true
 
constexpr bool g_WriteReportToStdOutOnProfilerDestruction = false
 
thread_local IProfiler * tl_Profiler = nullptr
 
+
+
+ + + + -- cgit v1.2.1