IVGCVSW-4760 Change the offsets in the counter directory body_header to be from the...
[platform/upstream/armnn.git] / src / profiling / test / ProfilingTests.cpp
2020-04-30 Finn WilliamsIVGCVSW-4760 Change the offsets in the counter director...
2020-04-22 Finn WilliamsIVGCVSW-4719 Remove possible zeros from SendStreamMetaD...
2020-04-20 David MonahanIVGCVSW-4513 Remove boost/algorithm/string *
2020-04-02 Keith DavisIVGCVSW-4455 Add an Activate and Deactivate control...
2020-03-26 Jan EilersIVGCVSW-4526 Fix UnitTest errors when running on raspbe...
2020-03-19 Isabella GottardiMLECO-755: ArmNN: Add file format external profiling...
2020-03-18 Sadik ArmaganIVGCVSW-4463 Change ProfilingService to a member of...
2020-03-10 Jan EilersIVGCVSW-4482 Remove boost::ignore_unused
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-14 Finn WilliamsIVGCVSW-4338 Implement the Activation of Counters in...
2020-02-10 Sadik ArmaganIVGCVSW-4328 BufferManager running out of buffers crash...
2020-02-10 James ConroyIVGCVSW-4319 Implement Counter Status Querying
2020-02-03 Jim FlynnIVGCVSW-4393 Register backend counters
2020-01-30 David MonahanIVGCVSW-4391 Add Global/Backend Counter ID map
2020-01-14 Finn WilliamsIVGCVSW-4229 Fix Intermittent failures in ExternalProfiling
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-04 Jim FlynnIVGCVSW-4223 Change PeriodicCounterCapture Packet Famil...
2019-11-29 Colm DonelanIVGCVSW-4118 Fix long unit test execution
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-06 Keith DavisIVGCVSW-3444 File Only Profiling Connection
2019-10-18 Jim FlynnIVGCVSW-4005 Add PacketFamilyId to version resolver
2019-10-18 Jim FlynnIVGCVSW-4002 Add FamilyId to CommandHandlerKey
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-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 Matteo MartincighIVGCVSW-3937 Add the necessary components to the Profil...
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 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-09-27 Sadik ArmaganIVGCVSW-3557 Return IProfilingConnection from Profiling...
2019-09-26 Narumol PrangnawaratIVGCVSW-3902 Create IReadOnlyPacketBuffer, IPacketBuffe...
2019-09-25 Matteo MartincighIVGCVSW-3905 Create a first implementation of the send...
2019-09-25 FinnWilliamsArmIVGCVSW-3411 Add the Counter Values array and accessor...
2019-09-24 FinnWilliamsArmIVGCVSW-3439 Create the Command Thread
2019-09-24 Matteo MartincighIVGCVSW-3691 Fix the Counter Directory Packet data...
2019-09-23 FinnWilliamsArmIVGCVSW-3413 Add the Counters Metadata
2019-09-23 Narumol PrangnawaratIVGCVSW-3437 Add Request Counter Directory Command...
2019-09-20 Francis MurtaghIVGCVSW-3433 Create the Periodic Counter Capture Thread
2019-09-19 Sadik ArmaganIVGCVSW-3430 Connection Acknowledged Command Handler...
2019-09-18 Matteo MartincighIVGCVSW-3691 Implement SendCounterPacket.SendCounterDir...
2019-09-18 Jim FlynnIVGCVSW-3432 Fix a multithread store conflict
2019-09-18 Matteo MartincighIVGCVSW-3691 Add extra unit tests to complete coverage for
2019-09-17 Matteo MartincighIVGCVSW-3691 Rework the CounterDirectory class to take...
2019-09-16 FinnWilliamsArmIVGCVSW-3826: Implement IProfiling functions
2019-09-16 Matthew BenthamSplit out basic CaptureData unit tests from Holder...
2019-09-13 Ferran BalaguerIVGCVSW-3436 Create the Periodic Counter Selection...
2019-09-12 Teresa CharlinIVGCVSW-3580: Extend the IProfilingConnection to connec...
2019-09-09 Matteo MartincighIVGCVSW-3691 Add utility function to generate valid...
2019-09-09 Francis MurtaghIVGCVSW-3432 Create CaptureData Holder
2019-09-05 Keith DavisIVGCVSW-3674 Create basic ProfileService class
2019-09-05 Francis MurtaghIVGCVSW-3432 Create CaptureData Holder
2019-09-04 Francis MurtaghIVGCVSW-3432 Create CaptureData Holder
2019-09-03 Nikhil RajIVGCVSW-3431 Create Profiling Service State Machine
2019-08-23 Aron Virginas-TarIVGCVSW-3427 Create PacketVersionResolver class
2019-08-19 Nikhil RajIVGCVSW-3429 Add a utility Version class
2019-08-16 Francis MurtaghIVGCVSW-3550 Create Command Handler Registry
2019-08-16 Francis MurtaghIVGCVSW-3425 Create the Command Handler Functor base...
2019-08-15 Nikhil RajIVGCVSW-3415 Create the Packet Class
2019-08-14 Francis MurtaghIVGCVSW-3416 Create Command Handler Key class