1. 0a336dc IVGCVSW-4734 Add an Attribute label guid to the relationship message to reduce traffic by Finn Williams · 4 years, 2 months ago
  2. d36c528 Bugfix: Profiling use of substr() incorrectly parses semantic versioning by Francis Murtagh · 4 years, 1 month ago
  3. 45a7362 IVGCVSW-4834 Add calls to increment REGISTERED_BACKENDS and UNREGISTERED_BACKENDS by Finn Williams · 4 years, 2 months ago
  4. b98032f Fix some Windows build errors: by Rob Hughes · 4 years, 2 months ago
  5. 56b465d IVGCVSW-4831 Fix Packet header includes in backends by Finn Williams · 4 years, 2 months ago
  6. 6be1e9b IVGCVSW-4835 Change CounterSet and Device name offsets sizes to bytes by Finn Williams · 4 years, 2 months ago
  7. b205a33 IVGCVSW-4828 Call m_CounterDirectory.IsCounterRegistered in ProfilingService::IsCounterRegistered by Finn Williams · 4 years, 2 months ago
  8. 0c32ccf IVGCVSW-4737 Add check for CpuRef back-end before using it in tests by Finn Williams · 4 years, 2 months ago
  9. f3fcf32 IVGCVSW-4794 Change ArmNN counters to report delta values by Finn Williams · 4 years, 2 months ago
  10. 94c9788 IVGCVSW-4776 Warn when MIN_STATIC_GUID is returned from GenerateStaticId multiple times. by Colm Donelan · 4 years, 2 months ago
  11. 5bb3d8a IVGCVSW-4775 Centralizing definition of ThreadIdSize to fix MLCE-189 by Colm Donelan · 4 years, 2 months ago
  12. 0c8cb99 IVGCVSW-4731 Move Packet.hpp to profiling/common/include by Finn Williams · 4 years, 2 months ago
  13. 78229c4 IVGCVSW-4794 Fix ArmNN Counters incorrectly set to delta by Finn Williams · 4 years, 2 months ago
  14. e09fc82 IVGCVSW-4730 Remove the duplication of PIPE_MAGIC in the code base by Finn Williams · 4 years, 2 months ago
  15. 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
  16. 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
  17. 9937f93 IVGCVSW-4732 Move NetworkSockets class needs to profiling/common by Finn Williams · 4 years, 2 months ago
  18. 2ed809c IVGCVSW-4594 Refactor the GatordMockService and GatordMockMain to extract a BasePipeServer by Finn Williams · 4 years, 2 months ago
  19. 4e755a5 IVGCVSW-4595 Add IFileOnlyPacketHandlers to file only profiling connection by Jim Flynn · 4 years, 3 months ago
  20. d7fcafa IVGCVSW-4722 Add missing m_TimelineEnabled bool to ConnectionAcknowledgedCommandHandler by Finn Williams · 4 years, 2 months ago
  21. a0de056 IVGCVSW-4719 Remove possible zeros from SendStreamMetaDataPacket offsets by Finn Williams · 4 years, 2 months ago
  22. a8837bf IVGCVSW-4513 Remove boost/algorithm/string * by David Monahan · 4 years, 3 months ago
  23. 38939ff IVGCVSW-4701 Make the GUIDGenerator thread safe by Finn Williams · 4 years, 3 months ago
  24. d9ba1a7 IVGCVSW-4699 Force timestamps to always be in nanoseconds by Finn Williams · 4 years, 3 months ago
  25. fe5a24b IVGCVSW-4666 Call EnableProfiling when state switches to active by Finn Williams · 4 years, 3 months ago
  26. bb446e5 IVGCVSW-4483 Remove boost::polymorphic_downcast by Jan Eilers · 4 years, 3 months ago
  27. ac2770a IVGCVSW-4485 Remove Boost assert by Narumol Prangnawarat · 4 years, 3 months ago
  28. 33ed221 IVGCVSW-4455 Add an Activate and Deactivate control packet to the protocol by Keith Davis · 4 years, 3 months ago
  29. a10e2a2 IVGCVSW-4526 Fix UnitTest errors when running on raspberry pi by Jan Eilers · 4 years, 3 months ago
  30. b6a402f IVGCVSW-4596 Fix BufferManager's packet order by Finn Williams · 4 years, 3 months ago
  31. cf2ad55 IVGCVSW-4589 Add call to SendWellKnownLabelsAndEventClasses by Finn Williams · 4 years, 3 months ago
  32. 0a35667 IVGCVSW-4587 ArmNN failing to build in the Internal OOB by Sadik Armagan · 4 years, 3 months ago
  33. ea41b57 IVGCVSW-4582 Undefined reference to GetProfilingService causes failure in the Backends CI job by Sadik Armagan · 4 years, 3 months ago
  34. a0687ee MLECO-755: ArmNN: Add file format external profiling option by Isabella Gottardi · 4 years, 4 months ago
  35. 3184c90 IVGCVSW-4463 Change ProfilingService to a member of runtime from a singleton by Sadik Armagan · 4 years, 4 months ago
  36. 5238aff IVGCVSW-4542 Refactor TimelineDecoder parsing of TimelinePackets by Keith Davis · 4 years, 4 months ago
  37. 8eb2560 IVGCVSW-4482 Remove boost::ignore_unused by Jan Eilers · 4 years, 4 months ago
  38. 97da5e2 IVGCVSW-4541 Modify Timeline Packet construction by Keith Davis · 4 years, 4 months ago
  39. a97a0be IVGCVSW-4163 Enhance the error handling in the ReadPacket function by Sadik Armagan · 4 years, 4 months ago
  40. 4c99899 IVGCVSW-4454 Remove the CounterSet and Device fields from Category by Sadik Armagan · 4 years, 4 months ago
  41. cab588a IVGCVSW-4320 Implement the bulk reporting of counter values from backends by Sadik Armagan · 4 years, 5 months ago
  42. 6406355 IVGCVSW-4320 Implement ReportCounters in BackendProfiling by Jim Flynn · 4 years, 5 months ago
  43. 032bc74 IVGCVSW-4338 Implement the Activation of Counters in backends by Finn Williams · 4 years, 5 months ago
  44. c1536d6 IVGCVSW-4400 Backend Counter Registry Functionality by David Monahan · 4 years, 5 months ago
  45. 7a16dcf IVGCVSW-4424 Set minimum timeout for SendThread in WaitingForAck state by Finn Williams · 4 years, 5 months ago
  46. 3896b47 IVGCVSW-4328 BufferManager running out of buffers crashes application by Sadik Armagan · 4 years, 5 months ago
  47. a3fb2b9 IVGCVSW-4400 Adding invocation of the back to Profiling Service initialisation by David Monahan · 4 years, 5 months ago
  48. 2dcd3fe IVGCVSW-4319 Implement Counter Status Querying by James Conroy · 4 years, 5 months ago
  49. 1aff393 IVGCVSW-4317 Implement the Profiling Context Initialisation by Colm Donelan · 4 years, 5 months ago
  50. 9789702 IVGCVSW-4393 Register backend counters by Jim Flynn · 4 years, 5 months ago
  51. 8e0c7a6 IVGCVSW-4394 Add CounterIdMap to Profiling Service by Jim Flynn · 4 years, 5 months ago
  52. 158997a IVGCVSW-4171 Temporarily disable DumpOutgoingValidFileEndToEnd unit test by Jan Eilers · 4 years, 5 months ago
  53. de80307 IVGCVSW-4391 Add Global/Backend Counter ID map by David Monahan · 4 years, 5 months ago
  54. 5ccb33d IVGCVSW-4316 Promote ISendTimelinePacket and IProfilingGuidGenerator by Colm Donelan · 4 years, 5 months ago
  55. a91479c Add ARMNN_DLLEXPORT macro to import/export static data symbols on Windows by Rob Hughes · 4 years, 6 months ago
  56. bdee426 Add thin abstraction layer for processes and filesystem by Rob Hughes · 4 years, 6 months ago
  57. 25b7436 Add thin abstraction layer for network sockets by Rob Hughes · 4 years, 6 months ago
  58. 09ad6f9 IVGCVSW-4229 Fix Intermittent failures in ExternalProfiling by Finn Williams · 4 years, 7 months ago
  59. 122f325 Fix build error on gcc 7+ for implicit switch statement fallthroughs by Rob Hughes · 4 years, 6 months ago
  60. f143fba IVGCVSW-4246 Clean build of profiling with -Wextra Pt2 by Derek Lamberti · 4 years, 6 months ago
  61. 1dd75b3 IVGCVSW-4246 Clean build profiling with -Wextra by Derek Lamberti · 4 years, 7 months ago
  62. e394bd9 IVGCVSW-4178 Add code to increment the 3 ArmNN counters by Keith Davis · 4 years, 7 months ago
  63. 3e2969d IVGCVSW-4228 Fix SendThreadSendStreamMetadataPacket by Finn Williams · 4 years, 7 months ago
  64. 0844697 Replace boost logging with simple logger by Derek Lamberti · 4 years, 7 months ago
  65. fc36562 IVGCVSW-4223 Change PeriodicCounterCapture Packet Family to 3 by Jim Flynn · 4 years, 7 months ago
  66. 6198fe0 IVGCVSW-4016 Add the Inference timeline trace and unit tests by David Monahan · 4 years, 7 months ago
  67. 109c05b IVGCVSW-4118 Change the SendCounterPacket send thread to use do while by Finn Williams · 4 years, 7 months ago
  68. 73ae7fa IVGCVSW-4221 Fix SendCounterPacket hanging for indefinite time by Finn Williams · 4 years, 7 months ago
  69. 811ca55 IVGCVSW-4171 Fix intermittent failure on FileOnlyProfilingDecoratorTests by janeil01 · 4 years, 7 months ago
  70. aa68e01 IVGCVSW-4015 Add input and output workload to post-optimisation structure by Narumol Prangnawarat · 4 years, 7 months ago
  71. df31cfe IVGCVSW-4070 Implement "send post-optimized network structure" by Narumol Prangnawarat · 4 years, 7 months ago
  72. 2ba48d2 IVGCVSW-4118 Fix long unit test execution by Colm Donelan · 4 years, 7 months ago
  73. 1571700 Make the profiling GUID test independent from random events by Matteo Martincigh · 4 years, 7 months ago
  74. 76c50d8 Remove const type qualifiers with no effect by Matteo Martincigh · 4 years, 7 months ago
  75. 4cace32 IVGCVSW-4124 Replacing the "sleep_for" loop from FileOnlyProfilingConnection by Colm Donelan · 4 years, 7 months ago
  76. 234d525 IVGCVSW-4070 Add CreatedNamedTypeEntity and CreateNamedTypedChildEntity by Narumol Prangnawarat · 4 years, 8 months ago
  77. 85ad78c IVGCVSW-4068 Add Guid to Workload by Narumol Prangnawarat · 4 years, 8 months ago
  78. dbdd1b4 IVGCVSW-3980 Implementation of Guid generator by Narumol Prangnawarat · 4 years, 8 months ago
  79. 0270524 IVGCVSW-4129 Fix thread starvation due to low capture periods by Colm Donelan · 4 years, 8 months ago
  80. 9723d02 IVGCVSW-4074 Send Timeline message in RequestCounterDirectoryCommandHandler by Matteo Martincigh · 4 years, 8 months ago
  81. cdfb941 IVGCVSW-4073 Send stream info in the ConnectionAcknowledgedCommandHandler by Matteo Martincigh · 4 years, 8 months ago
  82. 34a407d IVGCVSW-4072 Add stream header to Timeline Message Directory packet by Matteo Martincigh · 4 years, 8 months ago
  83. 270233f Fix a few compile errors: by Rob Hughes · 4 years, 8 months ago
  84. 8bf442e IVGCVSW-4107 Fix bug in ProfilingConnectionDumpToFileDecoratorTests by Aron Virginas-Tar · 4 years, 8 months ago
  85. c4946c7 IVGCVSW-4102 Move ProfilingGuid to public interface by janeil01 · 4 years, 8 months ago
  86. e63a026 IVGCVSW-3951 Create the timeline decoder by Finn Williams · 4 years, 8 months ago
  87. 5dc816e IVGCVSW-4065 Add a RecordEvent function by Matteo Martincigh · 4 years, 8 months ago
  88. 3201eea IVGCVSW-3444 File Only Profiling Connection by Keith Davis · 4 years, 8 months ago
  89. 378bbfc IVGCVSW-4065 Use platform-specific thread id size in Timeline packets by Matteo Martincigh · 4 years, 8 months ago
  90. 2ffcc41 IVGCVSW-4065 Refactor the IPacketBuffer smart pointers by Matteo Martincigh · 4 years, 8 months ago
  91. 7be12b8 IVGCVSW-4049 Fix potential threading issue with the SendCounterPacket thread by Finn Williams · 4 years, 8 months ago
  92. 94a3088 IVGCVSW-4037 Add a CreateNamedTypedChildEntity method by Narumol Prangnawarat · 4 years, 8 months ago
  93. d034e08 IVGCVSW-4036 Add CreateNamedTypedEntity function by Narumol Prangnawarat · 4 years, 8 months ago
  94. c040199 IVGCVSW-4035 Add a CreateTypedLabel function by Matteo Martincigh · 4 years, 8 months ago
  95. 102cdbd IVGCVSW-4033 Provide a utility method to send the 'well known' by Matteo Martincigh · 4 years, 8 months ago
  96. ab84575 IVGCVSW-4031 Provide well known profiling GUIDs by Jim Flynn · 4 years, 8 months ago
  97. 830101c IVGCVSW-4022 Create a DeclareLabel utility function by Matteo Martincigh · 4 years, 8 months ago
  98. 8b20065 IVGCVSW-4028 Add TimelinePacketWriterFactory to ProfilingService by Jim Flynn · 4 years, 8 months ago
  99. 00f3aaf IVGCVSW-4027 Add the IProfilingGuidGenerator interface by Jim Flynn · 4 years, 8 months ago
  100. 7bbdf9d IVGCVSW-3950 Create SendTimelinePacket interface and class by Sadik Armagan · 4 years, 8 months ago