aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/test/ProfilingTests.cpp
AgeCommit message (Expand)Author
2024-02-28IVGCVSW-8172 Add macOS support to build tool setupTracy Narine
2022-03-23IVGCVSW-6706 Create the libpipeClient libraryJim Flynn
2022-03-23IVGCVSW-6706 Move headers to profiling/client/includeJim Flynn
2022-03-16IVGCVSW-6851 Move DirectoryCaptureCommandHandler to the profiling server libraryJim Flynn
2022-03-16IVGCVSW-6852 Break the remaining dependencies on Arm NN in the profiling codeJim Flynn
2022-03-14IVGCVSW-6847 replace armnn:Optional with arm::pipe::Optional in profiling codeJim Flynn
2022-03-13IVGCVSW-6849 Change ARMNN_NO_CONVERSION_WARN_BEGIN/END to ARM_PIPE_NO_CONVERS...Jim Flynn
2022-03-12IVGCVSW-6843 replace armnn::Logging with arm::pipe::Logging in profiling codeJim Flynn
2022-03-11IVGCVSW-6844 replace armnn:IgnoreUnused with arm::pipe::IgnoreUnused in profi...Jim Flynn
2022-03-11Bug fix: unused parameter 'profilingService' from patch IVGCVSW-6817.Cathal Corbett
2022-03-10IVGCVSW-6841 Replace armnn::numeric_cast with arm::pipe::numeric_cast in prof...Jim Flynn
2022-03-09IVGCVSW-6821 Remove dependency on armnn::Exception classes from the Profiling...Jim Flynn
2022-03-07IVGCVSW-6817 Add IProfilingService& as an argument to the IReportStructureCathal Corbett
2022-03-06IVGCVSW-6816 Inject counter registration into ProfilingServiceJim Flynn
2022-03-04IVGCVSW-6814 Remove references to armnn:BackendId in the profiling codeCathal Corbett
2022-03-01IVGCVSW-6704 Change the namespace from armnn::profiling to arm::pipeCathal Corbett
2022-02-14IVGCVSW-6708 Break Profiling Dependence on IRuntime ExternalProfilingOptionsJim Flynn
2021-08-05IVGCVSW-6258 'Unittest failures'Sadik Armagan
2021-06-11IVGCVSW-5963 'Move unit tests to new framework'Sadik Armagan
2021-05-11IVGCVSW-6001 Fix CheckProfilingObjectUids test failing on Ubuntu 21.04Francis Murtagh
2021-02-08IVGCVSW-4873 Implement Pimpl Idiom for IRuntimeKevin May
2021-01-12IVGCVSW-5630 Unittest failure on mipsel/s390x/ppc64/powerpcFrancis Murtagh
2020-09-29IVGCVSW-5301 Remove all boost::numeric_cast from armnn/src/profilingMatthew Sloyan
2020-07-29IVGCVSW-5166 Pull out the common and server side code into standalone librariesJim Flynn
2020-06-17IVGCVSW-4900 Update Timeline Directory Message with new fieldsJim Flynn
2020-05-27Catch exceptions by const referencePavel Macenauer
2020-05-13IVGCVSW-4794 Change ArmNN counters to report delta valuesFinn Williams
2020-05-01Update the CounterDirectory Packet offsets to be relative to the start of the...Finn Williams
2020-04-30IVGCVSW-4760 Change the offsets in the counter directory body_header to be fr...Finn Williams
2020-04-22IVGCVSW-4719 Remove possible zeros from SendStreamMetaDataPacket offsetsFinn Williams
2020-04-20IVGCVSW-4513 Remove boost/algorithm/string *David Monahan
2020-04-02IVGCVSW-4455 Add an Activate and Deactivate control packet to the protocolKeith Davis
2020-03-26IVGCVSW-4526 Fix UnitTest errors when running on raspberry piJan Eilers
2020-03-19MLECO-755: ArmNN: Add file format external profiling optionIsabella Gottardi
2020-03-18IVGCVSW-4463 Change ProfilingService to a member of runtime from a singletonSadik Armagan
2020-03-10IVGCVSW-4482 Remove boost::ignore_unusedJan Eilers
2020-03-04IVGCVSW-4163 Enhance the error handling in the ReadPacket functionSadik Armagan
2020-02-28IVGCVSW-4454 Remove the CounterSet and Device fields from CategorySadik Armagan
2020-02-17IVGCVSW-4320 Implement the bulk reporting of counter values from backendsSadik Armagan
2020-02-14IVGCVSW-4338 Implement the Activation of Counters in backendsFinn Williams
2020-02-10IVGCVSW-4328 BufferManager running out of buffers crashes applicationSadik Armagan
2020-02-10IVGCVSW-4319 Implement Counter Status QueryingJames Conroy
2020-02-03IVGCVSW-4393 Register backend countersJim Flynn
2020-01-30IVGCVSW-4391 Add Global/Backend Counter ID mapDavid Monahan
2020-01-14IVGCVSW-4229 Fix Intermittent failures in ExternalProfilingFinn Williams
2019-12-31IVGCVSW-4246 Clean build profiling with -WextraDerek Lamberti
2019-12-13IVGCVSW-4178 Add code to increment the 3 ArmNN countersKeith Davis
2019-12-04IVGCVSW-4223 Change PeriodicCounterCapture Packet Family to 3Jim Flynn
2019-11-29IVGCVSW-4118 Fix long unit test executionColm Donelan
2019-11-15IVGCVSW-4129 Fix thread starvation due to low capture periodsColm Donelan