IVGCVSW-4531 Fix for failing strided slice NNT/VTS tests on Android R
[platform/upstream/armnn.git] / src / profiling /
2020-03-11 Keith DavisIVGCVSW-4542 Refactor TimelineDecoder parsing of Timeli...
2020-03-10 Jan EilersIVGCVSW-4482 Remove boost::ignore_unused
2020-03-09 Keith DavisIVGCVSW-4541 Modify Timeline Packet construction
2020-03-04 Sadik ArmaganIVGCVSW-4163 Enhance the error handling in the ReadPack...
2020-02-28 Sadik ArmaganIVGCVSW-4454 Remove the CounterSet and Device fields...
2020-02-17 Sadik ArmaganIVGCVSW-4320 Implement the bulk reporting of counter...
2020-02-16 Jim FlynnIVGCVSW-4320 Implement ReportCounters in BackendProfiling
2020-02-14 Finn WilliamsIVGCVSW-4338 Implement the Activation of Counters in...
2020-02-13 David MonahanIVGCVSW-4400 Backend Counter Registry Functionality
2020-02-10 Finn WilliamsIVGCVSW-4424 Set minimum timeout for SendThread in...
2020-02-10 Sadik ArmaganIVGCVSW-4328 BufferManager running out of buffers crash...
2020-02-10 David MonahanIVGCVSW-4400 Adding invocation of the back to Profiling...
2020-02-10 James ConroyIVGCVSW-4319 Implement Counter Status Querying
2020-02-07 Colm DonelanIVGCVSW-4317 Implement the Profiling Context Initialisation
2020-02-03 Jim FlynnIVGCVSW-4393 Register backend counters
2020-02-02 Jim FlynnIVGCVSW-4394 Add CounterIdMap to Profiling Service
2020-01-30 Jan EilersIVGCVSW-4171 Temporarily disable DumpOutgoingValidFileE...
2020-01-30 David MonahanIVGCVSW-4391 Add Global/Backend Counter ID map
2020-01-28 Colm DonelanIVGCVSW-4316 Promote ISendTimelinePacket and IProfiling...
2020-01-24 Rob HughesAdd ARMNN_DLLEXPORT macro to import/export static data...
2020-01-21 Rob HughesAdd thin abstraction layer for processes and filesystem
2020-01-21 Rob HughesAdd thin abstraction layer for network sockets
2020-01-14 Finn WilliamsIVGCVSW-4229 Fix Intermittent failures in ExternalProfiling
2020-01-09 Rob HughesFix build error on gcc 7+ for implicit switch statement...
2020-01-03 Derek LambertiIVGCVSW-4246 Clean build of profiling with -Wextra Pt2
2019-12-31 Derek LambertiIVGCVSW-4246 Clean build profiling with -Wextra
2019-12-13 Keith DavisIVGCVSW-4178 Add code to increment the 3 ArmNN counters
2019-12-09 Finn WilliamsIVGCVSW-4228 Fix SendThreadSendStreamMetadataPacket
2019-12-05 Derek LambertiReplace boost logging with simple logger
2019-12-04 Jim FlynnIVGCVSW-4223 Change PeriodicCounterCapture Packet Famil...
2019-12-04 David MonahanIVGCVSW-4016 Add the Inference timeline trace and unit...
2019-12-04 Finn WilliamsIVGCVSW-4118 Change the SendCounterPacket send thread...
2019-12-04 Finn WilliamsIVGCVSW-4221 Fix SendCounterPacket hanging for indefini...
2019-12-03 janeil01IVGCVSW-4171 Fix intermittent failure on FileOnlyProfil...
2019-12-02 Narumol PrangnawaratIVGCVSW-4015 Add input and output workload to post...
2019-11-29 Narumol PrangnawaratIVGCVSW-4070 Implement "send post-optimized network...
2019-11-29 Colm DonelanIVGCVSW-4118 Fix long unit test execution
2019-11-28 Matteo MartincighMake the profiling GUID test independent from random...
2019-11-28 Matteo MartincighRemove const type qualifiers with no effect
2019-11-21 Colm DonelanIVGCVSW-4124 Replacing the "sleep_for" loop from FileOn...
2019-11-19 Narumol PrangnawaratIVGCVSW-4070 Add CreatedNamedTypeEntity and CreateNamed...
2019-11-19 Narumol PrangnawaratIVGCVSW-4068 Add Guid to Workload
2019-11-18 Narumol PrangnawaratIVGCVSW-3980 Implementation of Guid generator
2019-11-15 Colm DonelanIVGCVSW-4129 Fix thread starvation due to low capture...
2019-11-15 Matteo MartincighIVGCVSW-4074 Send Timeline message in RequestCounterDir...
2019-11-15 Matteo MartincighIVGCVSW-4073 Send stream info in the ConnectionAcknowle...
2019-11-15 Matteo MartincighIVGCVSW-4072 Add stream header to Timeline Message...
2019-11-14 Rob HughesFix a few compile errors:
2019-11-07 Aron Virginas-TarIVGCVSW-4107 Fix bug in ProfilingConnectionDumpToFileDe...
2019-11-07 janeil01IVGCVSW-4102 Move ProfilingGuid to public interface
2019-11-07 Finn WilliamsIVGCVSW-3951 Create the timeline decoder
2019-11-06 Matteo MartincighIVGCVSW-4065 Add a RecordEvent function
2019-11-06 Keith DavisIVGCVSW-3444 File Only Profiling Connection
2019-11-05 Matteo MartincighIVGCVSW-4065 Use platform-specific thread id size in...
2019-11-05 Matteo MartincighIVGCVSW-4065 Refactor the IPacketBuffer smart pointers
2019-10-31 Finn WilliamsIVGCVSW-4049 Fix potential threading issue with the...
2019-10-30 Narumol PrangnawaratIVGCVSW-4037 Add a CreateNamedTypedChildEntity method
2019-10-30 Narumol PrangnawaratIVGCVSW-4036 Add CreateNamedTypedEntity function
2019-10-30 Matteo MartincighIVGCVSW-4035 Add a CreateTypedLabel function
2019-10-28 Matteo MartincighIVGCVSW-4033 Provide a utility method to send the ...
2019-10-28 Jim FlynnIVGCVSW-4031 Provide well known profiling GUIDs
2019-10-25 Matteo MartincighIVGCVSW-4022 Create a DeclareLabel utility function
2019-10-25 Jim FlynnIVGCVSW-4028 Add TimelinePacketWriterFactory to Profili...
2019-10-25 Jim FlynnIVGCVSW-4027 Add the IProfilingGuidGenerator interface
2019-10-24 Sadik ArmaganIVGCVSW-3950 Create SendTimelinePacket interface and...
2019-10-22 Narumol PrangnawaratIVGCVSW-3980 Add ProfilingGuid and ProfilingGuidGenerat...
2019-10-22 Keith DavisFix for bug where ProfilingConnectionDumpToFactory...
2019-10-18 Jim FlynnIVGCVSW-4005 Add PacketFamilyId to version resolver
2019-10-18 Jim FlynnIVGCVSW-4002 Add FamilyId to CommandHandlerKey
2019-10-17 Colm DonelanIVGCVSW-3409 Create the ProfilingService class
2019-10-16 Narumol PrangnawaratIVGCVSW-3930 Create the Timeline Relationship Binary...
2019-10-16 Matteo MartincighIVGCVSW-3931 Create the Timeline Event Binary Packet
2019-10-16 Jan EilersRefactor ProfilingUtils
2019-10-16 Jan EilersIVGCVSW-3929 Create the Timeline Event Class Binary...
2019-10-15 Matteo MartincighIVGCVSW-3939 Code refactoring and minor fixes
2019-10-15 Jim FlynnIVGCVSW-3948 Add Startup method to Profiling
2019-10-15 Finn WilliamsIVGCVSW-3984 Fix CheckPeriodicCounterCaptureThread
2019-10-14 Matteo MartincighIVGCVSW-3971 Implement the Per-Job Counter Selection...
2019-10-14 Jim FlynnIVGCVSW-3972 Implement the Disconnect functionality
2019-10-11 Matteo MartincighIVGCVSW-3964 Implement the Periodic Counter Selection...
2019-10-11 Colm DonelanIVGCVSW-3721 Add support for startup sequence (Mock...
2019-10-10 Matteo MartincighIVGCVSW-3964 Change the type held by the Packet class...
2019-10-10 Matteo MartincighIVGCVSW-3963 Implement the Request Counter Directory...
2019-10-09 Matteo MartincighIVGCVSW-3937 Improve the Connection Acknowledged Handler
2019-10-08 Sadik ArmaganIVGCVSW-3926 Create the Timeline Message Directory...
2019-10-08 Matteo MartincighIVGCVSW-3937 Add the necessary components to the Profil...
2019-10-08 Jim FlynnIVGCVSW-3948 Add Profiling config to Runtime constructor
2019-10-08 Matteo MartincighIVGCVSW-3937 Update the Send thread to send out the...
2019-10-08 Matteo MartincighIVGCVSW-3937 Refactor and improve the CommandHandleRegi...
2019-10-07 Matteo MartincighIVGCVSW-3937 Make dynamic use the of the profiling...
2019-10-07 David MonahanIVGCVSW-3928 Add the Timeline Entity Binary Packet
2019-10-07 Matteo MartincighIVGCVSW-3937 Refactor and improve the PeriodicCounterCa...
2019-10-07 Matteo MartincighIVGCVSW-3937 Rename CommandThread to CommandHandler
2019-10-07 Matteo MartincighIVGCVSW-3937 Refactor the command thread
2019-10-07 Matteo MartincighIVGCVSW-3937 Initial ServiceProfiling refactoring
2019-10-04 Jim FlynnIVGCVSW-3949 Fix signed/unsigned comparison bug
2019-10-04 Narumol PrangnawaratIVGCVSW-3904 Add more unit tests for send thread with...
2019-10-03 Matteo MartincighIVGCVSW-3927 Create the Timeline Label Binary Packet
2019-10-03 Matteo MartincighIVGCVSW-3440 Fix intermittently failing send thread...
2019-10-03 Matthew BenthamThrow by value, catch by const reference. Even anonymously.
next