summaryrefslogtreecommitdiff
path: root/src/profiling
AgeCommit message (Expand)AuthorFilesLines
2020-11-13IVGCVSW-5328-5329 Fuse ActivationMike Kelly1-64/+64
2020-10-13IVGCVSW-4489 Remove remaining occurrence of boost::formatMatthew Sloyan1-2/+0
2020-09-30IVGCVSW-5295 Remove boost::format from armnn profilingJan Eilers10-127/+121
2020-09-29IVGCVSW-5301 Remove all boost::numeric_cast from armnn/src/profilingMatthew Sloyan18-135/+119
2020-08-27Export Armnn cmakeDerek Lamberti2-2/+2
2020-08-07IVGCVSW-5170 Do not resend timeline data if TimelineReporting is already enabledFinn Williams1-5/+8
2020-07-29IVGCVSW-5166 Pull out the common and server side code into standalone librariesJim Flynn58-1330/+590
2020-07-28IVGCVSW-5079 Fix for Timeline decoder segfaults when given bad dataKevin May4-8/+76
2020-07-14IVGCVSW-5101 Add a SOL/EOL and a process ID label to NetworkJim Flynn8-37/+94
2020-07-14Make it build on MACOSXJim Flynn2-2/+7
2020-07-13IVGCVSW-5076 Correct Profiling Stream Metadata packet revision tableJim Flynn7-43/+94
2020-07-09IVGCVSW-5095 Make timeline report the Linux Thread ID not the pthread IDJim Flynn9-20/+23
2020-07-06IVGCVSW-4770 Fix segmentation fault in FileOnlyProfilingDecoratorTestsJan Eilers3-193/+193
2020-06-30IVGCVSW-4487 Remove boost::filesystemFrancis Murtagh2-28/+11
2020-06-26IVGCVSW-4171 Makes DumpOutgoingValidFileEndToEnd test work reliablyJim Flynn2-61/+82
2020-06-24IVGCVSW-4770 Fix Segmentation fault while building ArmNNJim Flynn1-2/+7
2020-06-23IVGCVSW-5022 Fix master intermittent failure by providing surge buffer capacityJim Flynn8-8/+139
2020-06-17IVGCVSW-4900 Update Timeline Directory Message with new fieldsJim Flynn27-267/+1089
2020-06-02Fix a few build warnings:Rob Hughes2-6/+6
2020-05-27IVGCVSW-4735 Add label GUID to timeline eventClass messageJim Flynn12-24/+94
2020-05-27Catch exceptions by const referencePavel Macenauer1-1/+1
2020-05-26IVGCVSW-4595 Change FileOnlyProfilingConnection to all packet processor modelJim Flynn6-189/+270
2020-05-24IVGCVSW-4734 Add an Attribute label guid to the relationship message to reduc...Finn Williams11-354/+146
2020-05-22Bugfix: Profiling use of substr() incorrectly parses semantic versioningFrancis Murtagh1-2/+1
2020-05-19IVGCVSW-4834 Add calls to increment REGISTERED_BACKENDS and UNREGISTERED_BACK...Finn Williams1-0/+4
2020-05-19Fix some Windows build errors:Rob Hughes2-2/+2
2020-05-15IVGCVSW-4831 Fix Packet header includes in backendsFinn Williams11-11/+11
2020-05-15IVGCVSW-4835 Change CounterSet and Device name offsets sizes to bytesFinn Williams2-6/+6
2020-05-13IVGCVSW-4828 Call m_CounterDirectory.IsCounterRegistered in ProfilingService:...Finn Williams1-1/+1
2020-05-13IVGCVSW-4737 Add check for CpuRef back-end before using it in testsFinn Williams1-4/+6
2020-05-13IVGCVSW-4794 Change ArmNN counters to report delta valuesFinn Williams7-46/+128
2020-05-13IVGCVSW-4776 Warn when MIN_STATIC_GUID is returned from GenerateStaticId mult...Colm Donelan1-1/+11
2020-05-13IVGCVSW-4775 Centralizing definition of ThreadIdSize to fix MLCE-189Colm Donelan6-31/+24
2020-05-12IVGCVSW-4731 Move Packet.hpp to profiling/common/includeFinn Williams14-104/+19
2020-05-08IVGCVSW-4794 Fix ArmNN Counters incorrectly set to deltaFinn Williams2-9/+9
2020-05-07IVGCVSW-4730 Remove the duplication of PIPE_MAGIC in the code baseFinn Williams5-10/+9
2020-05-01Update the CounterDirectory Packet offsets to be relative to the start of the...Finn Williams4-222/+253
2020-04-30IVGCVSW-4760 Change the offsets in the counter directory body_header to be fr...Finn Williams4-123/+139
2020-04-30IVGCVSW-4732 Move NetworkSockets class needs to profiling/commonFinn Williams1-1/+1
2020-04-27IVGCVSW-4594 Refactor the GatordMockService and GatordMockMain to extract a B...Finn Williams2-2/+2
2020-04-27IVGCVSW-4595 Add IFileOnlyPacketHandlers to file only profiling connectionJim Flynn15-13/+751
2020-04-27IVGCVSW-4722 Add missing m_TimelineEnabled bool to ConnectionAcknowledgedComm...Finn Williams3-2/+13
2020-04-22IVGCVSW-4719 Remove possible zeros from SendStreamMetaDataPacket offsetsFinn Williams5-77/+56
2020-04-20IVGCVSW-4513 Remove boost/algorithm/string *David Monahan1-7/+6
2020-04-16IVGCVSW-4701 Make the GUIDGenerator thread safeFinn Williams2-1/+29
2020-04-16IVGCVSW-4699 Force timestamps to always be in nanosecondsFinn Williams1-2/+2
2020-04-10IVGCVSW-4666 Call EnableProfiling when state switches to activeFinn Williams8-17/+36
2020-04-10IVGCVSW-4483 Remove boost::polymorphic_downcastJan Eilers1-2/+2
2020-04-06IVGCVSW-4485 Remove Boost assertNarumol Prangnawarat13-113/+116
2020-04-02IVGCVSW-4455 Add an Activate and Deactivate control packet to the protocolKeith Davis24-99/+580