1. 6c9f17d IVGCVSW-6843 replace armnn::Logging with arm::pipe::Logging in profiling code by Jim Flynn · 2 years, 4 months ago
  2. 6730fe9 IVGCVSW-6842 Replace ARMNN_ASSERT with ARM_PIPE_ASSERT in profiling code by Jim Flynn · 2 years, 4 months ago
  3. 75c14f4 IVGCVSW-6841 Replace armnn::numeric_cast with arm::pipe::numeric_cast in profiling code by Jim Flynn · 2 years, 4 months ago
  4. f9db3ef IVGCVSW-6821 Remove dependency on armnn::Exception classes from the Profiling code by Jim Flynn · 2 years, 4 months ago
  5. 3443025 IVGCVSW-6816 Inject counter registration into ProfilingService by Jim Flynn · 2 years, 4 months ago
  6. 6f07372 IVGCVSW-6814 Remove references to armnn:BackendId in the profiling code by Cathal Corbett · 2 years, 4 months ago
  7. af94772 IVGCVSW-6811 replace ProfilingService includes with IProfilingService by Jim Flynn · 2 years, 4 months ago
  8. 5aa9fd7 IVGCVSW-6704 Change the namespace from armnn::profiling to arm::pipe by Cathal Corbett · 2 years, 4 months ago
  9. 4c9ed1d IVGCVSW-6708 Break Profiling Dependence on IRuntime ExternalProfilingOptions by Jim Flynn · 2 years, 5 months ago
  10. 7dcc697 IVGCVSW-5833 Move the ProfilingGuid out of Types.hpp to its own header in profiling common by Nikhil Raj · 3 years, 2 months ago
  11. 156113c IVGCVSW-5295 Remove boost::format from armnn profiling by Jan Eilers · 3 years, 10 months ago
  12. 371b70e IVGCVSW-5301 Remove all boost::numeric_cast from armnn/src/profiling by Matthew Sloyan · 3 years, 10 months ago
  13. bbfe603 IVGCVSW-5166 Pull out the common and server side code into standalone libraries by Jim Flynn · 4 years ago
  14. 6398a98 IVGCVSW-4900 Update Timeline Directory Message with new fields by Jim Flynn · 4 years, 1 month ago
  15. 45a7362 IVGCVSW-4834 Add calls to increment REGISTERED_BACKENDS and UNREGISTERED_BACKENDS by Finn Williams · 4 years, 2 months ago
  16. b205a33 IVGCVSW-4828 Call m_CounterDirectory.IsCounterRegistered in ProfilingService::IsCounterRegistered by Finn Williams · 4 years, 2 months ago
  17. f3fcf32 IVGCVSW-4794 Change ArmNN counters to report delta values by Finn Williams · 4 years, 2 months ago
  18. 78229c4 IVGCVSW-4794 Fix ArmNN Counters incorrectly set to delta by Finn Williams · 4 years, 2 months ago
  19. d7fcafa IVGCVSW-4722 Add missing m_TimelineEnabled bool to ConnectionAcknowledgedCommandHandler by Finn Williams · 4 years, 2 months ago
  20. ac2770a IVGCVSW-4485 Remove Boost assert by Narumol Prangnawarat · 4 years, 3 months ago
  21. 33ed221 IVGCVSW-4455 Add an Activate and Deactivate control packet to the protocol by Keith Davis · 4 years, 3 months ago
  22. 3184c90 IVGCVSW-4463 Change ProfilingService to a member of runtime from a singleton by Sadik Armagan · 4 years, 4 months ago
  23. a97a0be IVGCVSW-4163 Enhance the error handling in the ReadPacket function by Sadik Armagan · 4 years, 4 months ago
  24. 6406355 IVGCVSW-4320 Implement ReportCounters in BackendProfiling by Jim Flynn · 4 years, 5 months ago
  25. 032bc74 IVGCVSW-4338 Implement the Activation of Counters in backends by Finn Williams · 4 years, 5 months ago
  26. c1536d6 IVGCVSW-4400 Backend Counter Registry Functionality by David Monahan · 4 years, 5 months ago
  27. 3896b47 IVGCVSW-4328 BufferManager running out of buffers crashes application by Sadik Armagan · 4 years, 5 months ago
  28. a3fb2b9 IVGCVSW-4400 Adding invocation of the back to Profiling Service initialisation by David Monahan · 4 years, 5 months ago
  29. 2dcd3fe IVGCVSW-4319 Implement Counter Status Querying by James Conroy · 4 years, 5 months ago
  30. 1aff393 IVGCVSW-4317 Implement the Profiling Context Initialisation by Colm Donelan · 4 years, 5 months ago
  31. 9789702 IVGCVSW-4393 Register backend counters by Jim Flynn · 4 years, 5 months ago
  32. 8e0c7a6 IVGCVSW-4394 Add CounterIdMap to Profiling Service by Jim Flynn · 4 years, 5 months ago
  33. 09ad6f9 IVGCVSW-4229 Fix Intermittent failures in ExternalProfiling by Finn Williams · 4 years, 7 months ago
  34. e394bd9 IVGCVSW-4178 Add code to increment the 3 ArmNN counters by Keith Davis · 4 years, 7 months ago
  35. 0844697 Replace boost logging with simple logger by Derek Lamberti · 4 years, 7 months ago
  36. 811ca55 IVGCVSW-4171 Fix intermittent failure on FileOnlyProfilingDecoratorTests by janeil01 · 4 years, 7 months ago
  37. 8b20065 IVGCVSW-4028 Add TimelinePacketWriterFactory to ProfilingService by Jim Flynn · 4 years, 8 months ago
  38. 00f3aaf IVGCVSW-4027 Add the IProfilingGuidGenerator interface by Jim Flynn · 4 years, 8 months ago
  39. 8d9590e IVGCVSW-3939 Code refactoring and minor fixes by Matteo Martincigh · 4 years, 9 months ago
  40. 672d06e IVGCVSW-3948 Add Startup method to Profiling by Jim Flynn · 4 years, 9 months ago
  41. 53e4699 IVGCVSW-3972 Implement the Disconnect functionality by Jim Flynn · 4 years, 9 months ago
  42. e848538 IVGCVSW-3964 Implement the Periodic Counter Selection command handler by Matteo Martincigh · 4 years, 9 months ago
  43. d0613b5 IVGCVSW-3937 Improve the Connection Acknowledged Handler by Matteo Martincigh · 4 years, 9 months ago
  44. 54fb957 IVGCVSW-3937 Add the necessary components to the ProfilingService class to by Matteo Martincigh · 4 years, 9 months ago
  45. a84edee IVGCVSW-3937 Initial ServiceProfiling refactoring by Matteo Martincigh · 4 years, 9 months ago
  46. bd9e2c5 IVGCVSW-3557 Return IProfilingConnection from ProfilingConnectionFactory by Sadik Armagan · 4 years, 9 months ago
  47. f6e534a IVGCVSW-3411 Add the Counter Values array and accessor methods by FinnWilliamsArm · 4 years, 10 months ago
  48. ce2d9d1 IVGCVSW-3413 Add the Counters Metadata by FinnWilliamsArm · 4 years, 10 months ago
  49. 02356de IVGCVSW-3674 Create basic ProfileService class by Keith Davis · 4 years, 10 months ago