1. 5aa9fd7 IVGCVSW-6704 Change the namespace from armnn::profiling to arm::pipe by Cathal Corbett · 2 years, 3 months ago
  2. 156113c IVGCVSW-5295 Remove boost::format from armnn profiling by Jan Eilers · 3 years, 9 months ago
  3. 371b70e IVGCVSW-5301 Remove all boost::numeric_cast from armnn/src/profiling by Matthew Sloyan · 3 years, 9 months ago
  4. bbfe603 IVGCVSW-5166 Pull out the common and server side code into standalone libraries by Jim Flynn · 3 years, 11 months ago
  5. 83d08a9 IVGCVSW-5076 Correct Profiling Stream Metadata packet revision table by Jim Flynn · 3 years, 11 months ago
  6. 6be1e9b IVGCVSW-4835 Change CounterSet and Device name offsets sizes to bytes by Finn Williams · 4 years, 1 month ago
  7. e09fc82 IVGCVSW-4730 Remove the duplication of PIPE_MAGIC in the code base by Finn Williams · 4 years, 1 month ago
  8. d44815f Update the CounterDirectory Packet offsets to be relative to the start of the table containing that offset by Finn Williams · 4 years, 1 month ago
  9. 985fecf IVGCVSW-4760 Change the offsets in the counter directory body_header to be from the start of the packet body by Finn Williams · 4 years, 1 month ago
  10. a0de056 IVGCVSW-4719 Remove possible zeros from SendStreamMetaDataPacket offsets by Finn Williams · 4 years, 1 month ago
  11. ac2770a IVGCVSW-4485 Remove Boost assert by Narumol Prangnawarat · 4 years, 2 months ago
  12. 33ed221 IVGCVSW-4455 Add an Activate and Deactivate control packet to the protocol by Keith Davis · 4 years, 2 months ago
  13. 8eb2560 IVGCVSW-4482 Remove boost::ignore_unused by Jan Eilers · 4 years, 3 months ago
  14. 4c99899 IVGCVSW-4454 Remove the CounterSet and Device fields from Category by Sadik Armagan · 4 years, 3 months ago
  15. 032bc74 IVGCVSW-4338 Implement the Activation of Counters in backends by Finn Williams · 4 years, 4 months ago
  16. 3896b47 IVGCVSW-4328 BufferManager running out of buffers crashes application by Sadik Armagan · 4 years, 4 months ago
  17. bdee426 Add thin abstraction layer for processes and filesystem by Rob Hughes · 4 years, 5 months ago
  18. 09ad6f9 IVGCVSW-4229 Fix Intermittent failures in ExternalProfiling by Finn Williams · 4 years, 6 months ago
  19. fc36562 IVGCVSW-4223 Change PeriodicCounterCapture Packet Family to 3 by Jim Flynn · 4 years, 6 months ago
  20. 109c05b IVGCVSW-4118 Change the SendCounterPacket send thread to use do while by Finn Williams · 4 years, 6 months ago
  21. 73ae7fa IVGCVSW-4221 Fix SendCounterPacket hanging for indefinite time by Finn Williams · 4 years, 6 months ago
  22. 2ba48d2 IVGCVSW-4118 Fix long unit test execution by Colm Donelan · 4 years, 6 months ago
  23. 2ffcc41 IVGCVSW-4065 Refactor the IPacketBuffer smart pointers by Matteo Martincigh · 4 years, 7 months ago
  24. 7be12b8 IVGCVSW-4049 Fix potential threading issue with the SendCounterPacket thread by Finn Williams · 4 years, 7 months ago
  25. 7bbdf9d IVGCVSW-3950 Create SendTimelinePacket interface and class by Sadik Armagan · 4 years, 7 months ago
  26. 8d9590e IVGCVSW-3939 Code refactoring and minor fixes by Matteo Martincigh · 4 years, 8 months ago
  27. e848538 IVGCVSW-3964 Implement the Periodic Counter Selection command handler by Matteo Martincigh · 4 years, 8 months ago
  28. d0613b5 IVGCVSW-3937 Improve the Connection Acknowledged Handler by Matteo Martincigh · 4 years, 8 months ago
  29. 5d737fb IVGCVSW-3937 Update the Send thread to send out the Metadata packet by Matteo Martincigh · 4 years, 8 months ago
  30. e61ffd0 IVGCVSW-3937 Make dynamic use the of the profiling connection by Matteo Martincigh · 4 years, 8 months ago
  31. e0e6efc IVGCVSW-3937 Refactor and improve the PeriodicCounterCapture class by Matteo Martincigh · 4 years, 8 months ago
  32. a84edee IVGCVSW-3937 Initial ServiceProfiling refactoring by Matteo Martincigh · 4 years, 8 months ago
  33. 0ec068f IVGCVSW-3904 Add more unit tests for send thread with BufferManager by Narumol Prangnawarat · 4 years, 8 months ago
  34. 61d6f73 IVGCVSW-3440 Fix intermittently failing send thread test by Matteo Martincigh · 4 years, 8 months ago
  35. 404b275 IVGCVSW-3902 Create IReadOnlyPacketBuffer, IPacketBuffer and IBufferManager interfaces by Narumol Prangnawarat · 4 years, 8 months ago
  36. 24e8f92 IVGCVSW-3905 Create a first implementation of the send thread by Matteo Martincigh · 4 years, 9 months ago
  37. f74ff2f IVGCVSW-3691 Fix the Counter Directory Packet data length by Matteo Martincigh · 4 years, 8 months ago
  38. 42f9d9e IVGCVSW-3691 Implement SendCounterPacket.SendCounterDirectoryPacket() function by Matteo Martincigh · 4 years, 9 months ago
  39. 5bf1d32 IVGCVSW-3872 Add Missing packet to SendMetaDataPacket by Ferran Balaguer · 4 years, 9 months ago
  40. 149528e IVGCVSW-3691 Basic refactoring in view of upcoming work in the profiler by Matteo Martincigh · 4 years, 9 months ago
  41. 47d0fe9 IVGCVSW-3690 Implement SendCounterPacket.SendStreamMetaDataPacket() function by Ferran Balaguer · 4 years, 9 months ago
  42. 3a16198 IVGCVSW-3692 Implement SendPeriodicCounterCapturePacket() function by Francis Murtagh · 4 years, 9 months ago
  43. 7388217 IVGCVSW-3693 Implement SendCounterPacket.SendPeriodicCounterSelectionPacket() function by Ferran Balaguer · 4 years, 9 months ago