1. c454ac9 IVGCVSW-6851 Move DirectoryCaptureCommandHandler to the profiling server library by Jim Flynn · 2 years, 4 months ago
  2. 9c85b41 IVGCVSW-6852 Break the remaining dependencies on Arm NN in the profiling code by Jim Flynn · 2 years, 4 months ago
  3. decd08b IVGCVSW-6847 replace armnn:Optional with arm::pipe::Optional in profiling code by Jim Flynn · 2 years, 4 months ago
  4. 0a013a7 IVGCVSW-6849 Change ARMNN_NO_CONVERSION_WARN_BEGIN/END to ARM_PIPE_NO_CONVERSION_WARN_BEGIN/END in the profiling code by Jim Flynn · 2 years, 4 months ago
  5. 6c9f17d IVGCVSW-6843 replace armnn::Logging with arm::pipe::Logging in profiling code by Jim Flynn · 2 years, 4 months ago
  6. 9265a88 IVGCVSW-6844 replace armnn:IgnoreUnused with arm::pipe::IgnoreUnused in profiling code by Jim Flynn · 2 years, 4 months ago
  7. 91343f3 Bug fix: unused parameter 'profilingService' from patch IVGCVSW-6817. by Cathal Corbett · 2 years, 4 months ago
  8. 75c14f4 IVGCVSW-6841 Replace armnn::numeric_cast with arm::pipe::numeric_cast in profiling code by Jim Flynn · 2 years, 4 months ago
  9. f9db3ef IVGCVSW-6821 Remove dependency on armnn::Exception classes from the Profiling code by Jim Flynn · 2 years, 4 months ago
  10. 1979355 IVGCVSW-6817 Add IProfilingService& as an argument to the IReportStructure by Cathal Corbett · 2 years, 4 months ago
  11. 3443025 IVGCVSW-6816 Inject counter registration into ProfilingService by Jim Flynn · 2 years, 4 months ago
  12. 6f07372 IVGCVSW-6814 Remove references to armnn:BackendId in the profiling code by Cathal Corbett · 2 years, 4 months ago
  13. 5aa9fd7 IVGCVSW-6704 Change the namespace from armnn::profiling to arm::pipe by Cathal Corbett · 2 years, 4 months ago
  14. 4c9ed1d IVGCVSW-6708 Break Profiling Dependence on IRuntime ExternalProfilingOptions by Jim Flynn · 2 years, 5 months ago
  15. 95e9efc IVGCVSW-6258 'Unittest failures' by Sadik Armagan · 2 years, 11 months ago
  16. 1625efc IVGCVSW-5963 'Move unit tests to new framework' by Sadik Armagan · 3 years, 1 month ago
  17. 1e5afee IVGCVSW-6001 Fix CheckProfilingObjectUids test failing on Ubuntu 21.04 by Francis Murtagh · 3 years, 2 months ago
  18. d92a6e4 IVGCVSW-4873 Implement Pimpl Idiom for IRuntime by Kevin May · 3 years, 5 months ago
  19. 6f377b7 IVGCVSW-5630 Unittest failure on mipsel/s390x/ppc64/powerpc by Francis Murtagh · 3 years, 6 months ago
  20. 371b70e IVGCVSW-5301 Remove all boost::numeric_cast from armnn/src/profiling by Matthew Sloyan · 3 years, 10 months ago
  21. bbfe603 IVGCVSW-5166 Pull out the common and server side code into standalone libraries by Jim Flynn · 4 years ago
  22. 6398a98 IVGCVSW-4900 Update Timeline Directory Message with new fields by Jim Flynn · 4 years, 1 month ago
  23. 855a47b Catch exceptions by const reference by Pavel Macenauer · 4 years, 1 month ago
  24. f3fcf32 IVGCVSW-4794 Change ArmNN counters to report delta values by Finn Williams · 4 years, 2 months ago
  25. d44815f Update the CounterDirectory Packet offsets to be relative to the start of the table containing that offset by Finn Williams · 4 years, 2 months ago
  26. 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, 2 months ago
  27. a0de056 IVGCVSW-4719 Remove possible zeros from SendStreamMetaDataPacket offsets by Finn Williams · 4 years, 2 months ago
  28. a8837bf IVGCVSW-4513 Remove boost/algorithm/string * by David Monahan · 4 years, 2 months ago
  29. 33ed221 IVGCVSW-4455 Add an Activate and Deactivate control packet to the protocol by Keith Davis · 4 years, 3 months ago
  30. a10e2a2 IVGCVSW-4526 Fix UnitTest errors when running on raspberry pi by Jan Eilers · 4 years, 3 months ago
  31. a0687ee MLECO-755: ArmNN: Add file format external profiling option by Isabella Gottardi · 4 years, 4 months ago
  32. 3184c90 IVGCVSW-4463 Change ProfilingService to a member of runtime from a singleton by Sadik Armagan · 4 years, 3 months ago
  33. 8eb2560 IVGCVSW-4482 Remove boost::ignore_unused by Jan Eilers · 4 years, 4 months ago
  34. a97a0be IVGCVSW-4163 Enhance the error handling in the ReadPacket function by Sadik Armagan · 4 years, 4 months ago
  35. 4c99899 IVGCVSW-4454 Remove the CounterSet and Device fields from Category by Sadik Armagan · 4 years, 4 months ago
  36. cab588a IVGCVSW-4320 Implement the bulk reporting of counter values from backends by Sadik Armagan · 4 years, 4 months ago
  37. 032bc74 IVGCVSW-4338 Implement the Activation of Counters in backends by Finn Williams · 4 years, 5 months ago
  38. 3896b47 IVGCVSW-4328 BufferManager running out of buffers crashes application by Sadik Armagan · 4 years, 5 months ago
  39. 2dcd3fe IVGCVSW-4319 Implement Counter Status Querying by James Conroy · 4 years, 5 months ago
  40. 9789702 IVGCVSW-4393 Register backend counters by Jim Flynn · 4 years, 5 months ago
  41. de80307 IVGCVSW-4391 Add Global/Backend Counter ID map by David Monahan · 4 years, 5 months ago
  42. 09ad6f9 IVGCVSW-4229 Fix Intermittent failures in ExternalProfiling by Finn Williams · 4 years, 6 months ago
  43. 1dd75b3 IVGCVSW-4246 Clean build profiling with -Wextra by Derek Lamberti · 4 years, 7 months ago
  44. e394bd9 IVGCVSW-4178 Add code to increment the 3 ArmNN counters by Keith Davis · 4 years, 7 months ago
  45. fc36562 IVGCVSW-4223 Change PeriodicCounterCapture Packet Family to 3 by Jim Flynn · 4 years, 7 months ago
  46. 2ba48d2 IVGCVSW-4118 Fix long unit test execution by Colm Donelan · 4 years, 7 months ago
  47. 0270524 IVGCVSW-4129 Fix thread starvation due to low capture periods by Colm Donelan · 4 years, 8 months ago
  48. 9723d02 IVGCVSW-4074 Send Timeline message in RequestCounterDirectoryCommandHandler by Matteo Martincigh · 4 years, 8 months ago
  49. cdfb941 IVGCVSW-4073 Send stream info in the ConnectionAcknowledgedCommandHandler by Matteo Martincigh · 4 years, 8 months ago
  50. 3201eea IVGCVSW-3444 File Only Profiling Connection by Keith Davis · 4 years, 8 months ago
  51. ed25e0e IVGCVSW-4005 Add PacketFamilyId to version resolver by Jim Flynn · 4 years, 9 months ago
  52. 397043f IVGCVSW-4002 Add FamilyId to CommandHandlerKey by Jim Flynn · 4 years, 9 months ago
  53. 8d9590e IVGCVSW-3939 Code refactoring and minor fixes by Matteo Martincigh · 4 years, 9 months ago
  54. 672d06e IVGCVSW-3948 Add Startup method to Profiling by Jim Flynn · 4 years, 9 months ago
  55. f4d59a6 IVGCVSW-3984 Fix CheckPeriodicCounterCaptureThread by Finn Williams · 4 years, 9 months ago
  56. 994b534 IVGCVSW-3971 Implement the Per-Job Counter Selection command handler by Matteo Martincigh · 4 years, 9 months ago
  57. 53e4699 IVGCVSW-3972 Implement the Disconnect functionality by Jim Flynn · 4 years, 9 months ago
  58. e848538 IVGCVSW-3964 Implement the Periodic Counter Selection command handler by Matteo Martincigh · 4 years, 9 months ago
  59. 67ef2a5 IVGCVSW-3964 Change the type held by the Packet class to unsigned char by Matteo Martincigh · 4 years, 9 months ago
  60. 8efc500 IVGCVSW-3963 Implement the Request Counter Directory Handler by Matteo Martincigh · 4 years, 9 months ago
  61. d0613b5 IVGCVSW-3937 Improve the Connection Acknowledged Handler by Matteo Martincigh · 4 years, 9 months ago
  62. 54fb957 IVGCVSW-3937 Add the necessary components to the ProfilingService class to by Matteo Martincigh · 4 years, 9 months ago
  63. 5d737fb IVGCVSW-3937 Update the Send thread to send out the Metadata packet by Matteo Martincigh · 4 years, 9 months ago
  64. c2728f9 IVGCVSW-3937 Refactor and improve the CommandHandleRegistry class by Matteo Martincigh · 4 years, 9 months ago
  65. e61ffd0 IVGCVSW-3937 Make dynamic use the of the profiling connection by Matteo Martincigh · 4 years, 9 months ago
  66. e0e6efc IVGCVSW-3937 Refactor and improve the PeriodicCounterCapture class by Matteo Martincigh · 4 years, 9 months ago
  67. 8a83717 IVGCVSW-3937 Rename CommandThread to CommandHandler by Matteo Martincigh · 4 years, 9 months ago
  68. 8881393 IVGCVSW-3937 Refactor the command thread by Matteo Martincigh · 4 years, 9 months ago
  69. a84edee IVGCVSW-3937 Initial ServiceProfiling refactoring by Matteo Martincigh · 4 years, 9 months ago
  70. bd9e2c5 IVGCVSW-3557 Return IProfilingConnection from ProfilingConnectionFactory by Sadik Armagan · 4 years, 9 months ago
  71. 404b275 IVGCVSW-3902 Create IReadOnlyPacketBuffer, IPacketBuffer and IBufferManager interfaces by Narumol Prangnawarat · 4 years, 9 months ago
  72. 24e8f92 IVGCVSW-3905 Create a first implementation of the send thread by Matteo Martincigh · 4 years, 9 months ago
  73. f6e534a IVGCVSW-3411 Add the Counter Values array and accessor methods by FinnWilliamsArm · 4 years, 10 months ago
  74. 4833cea IVGCVSW-3439 Create the Command Thread by FinnWilliamsArm · 4 years, 10 months ago
  75. f74ff2f IVGCVSW-3691 Fix the Counter Directory Packet data length by Matteo Martincigh · 4 years, 9 months ago
  76. ce2d9d1 IVGCVSW-3413 Add the Counters Metadata by FinnWilliamsArm · 4 years, 10 months ago
  77. 4803369 IVGCVSW-3437 Add Request Counter Directory Command Handler by Narumol Prangnawarat · 4 years, 9 months ago
  78. fcb8ef6 IVGCVSW-3433 Create the Periodic Counter Capture Thread by Francis Murtagh · 4 years, 9 months ago
  79. b5f01b2 IVGCVSW-3430 Connection Acknowledged Command Handler Implementation by Sadik Armagan · 4 years, 10 months ago
  80. 42f9d9e IVGCVSW-3691 Implement SendCounterPacket.SendCounterDirectoryPacket() function by Matteo Martincigh · 4 years, 10 months ago
  81. 8355ec9 IVGCVSW-3432 Fix a multithread store conflict by Jim Flynn · 4 years, 10 months ago
  82. 657ab2d IVGCVSW-3691 Add extra unit tests to complete coverage for by Matteo Martincigh · 4 years, 10 months ago
  83. 6db5f20 IVGCVSW-3691 Rework the CounterDirectory class to take into consideration by Matteo Martincigh · 4 years, 10 months ago
  84. a0c7871 IVGCVSW-3826: Implement IProfiling functions by FinnWilliamsArm · 4 years, 10 months ago
  85. 46d1c62 Split out basic CaptureData unit tests from Holder tests by Matthew Bentham · 4 years, 10 months ago
  86. 1b94172 IVGCVSW-3436 Create the Periodic Counter Selection Command Handler by Ferran Balaguer · 4 years, 10 months ago
  87. 9bab496 IVGCVSW-3580: Extend the IProfilingConnection to connect to a Socket by Teresa Charlin · 4 years, 10 months ago
  88. ab173e9 IVGCVSW-3691 Add utility function to generate valid UIDs for profiling objects by Matteo Martincigh · 4 years, 10 months ago
  89. bd70716 IVGCVSW-3432 Create CaptureData Holder by Francis Murtagh · 4 years, 10 months ago
  90. 02356de IVGCVSW-3674 Create basic ProfileService class by Keith Davis · 4 years, 10 months ago
  91. 0696569 IVGCVSW-3432 Create CaptureData Holder by Francis Murtagh · 4 years, 10 months ago
  92. 68f78d8 IVGCVSW-3432 Create CaptureData Holder by Francis Murtagh · 4 years, 10 months ago
  93. 3ecc510 IVGCVSW-3431 Create Profiling Service State Machine by Nikhil Raj · 4 years, 10 months ago
  94. e898db9 IVGCVSW-3427 Create PacketVersionResolver class by Aron Virginas-Tar · 4 years, 10 months ago
  95. d88e47c IVGCVSW-3429 Add a utility Version class by Nikhil Raj · 4 years, 11 months ago
  96. 94d7915 IVGCVSW-3550 Create Command Handler Registry by Francis Murtagh · 4 years, 11 months ago
  97. 11f99b4 IVGCVSW-3425 Create the Command Handler Functor base class by Francis Murtagh · 4 years, 11 months ago
  98. bc62605 IVGCVSW-3415 Create the Packet Class by Nikhil Raj · 4 years, 11 months ago
  99. 1f7db45 IVGCVSW-3416 Create Command Handler Key class by Francis Murtagh · 4 years, 11 months ago