aboutsummaryrefslogtreecommitdiff
path: root/include/armnn/IProfiler.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/armnn/IProfiler.hpp')
-rw-r--r--include/armnn/IProfiler.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/armnn/IProfiler.hpp b/include/armnn/IProfiler.hpp
index 5fbb67000a..1b450d0151 100644
--- a/include/armnn/IProfiler.hpp
+++ b/include/armnn/IProfiler.hpp
@@ -40,8 +40,8 @@ public:
void Print(std::ostream& outStream) const;
/// Print out details of each layer within the network that possesses a descriptor.
- /// Also outputs tensor info.
- void EnableNetworkDetailsToStdOut();
+ /// Also outputs tensor info. This will be part of the profiling json output
+ void EnableNetworkDetailsToStdOut(ProfilingDetailsMethod detailsMethod);
~IProfiler();
IProfiler();