index
:
platform/upstream/armnn
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_unified
armcl-v18.08
master
sandbox/daeinki/armnn_18_11
sandbox/daeinki/armnn_19_02
sandbox/daeinki/armnn_19_05
sandbox/daeinki/armnn_19_08
sandbox/daeinki/armnn_19_11
sandbox/daeinki/armnn_19_11_1
sandbox/daeinki/armnn_19_11_1_kernel_cache
sandbox/daeinki/armnn_20_05
sandbox/daeinki/armnn_20_11
sandbox/daeinki/armnn_20_11_gpu_delegate
sandbox/daeinki/armnn_21_02
sandbox/daeinki/armnn_22_11
sandbox/daeinki/gpu_wip
sandbox/daeinki/hand_gesture
sandbox/kparichay/armnn_19_11
tizen
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_devel
upstream_wip
Domain: Machine Learning / ML Framework; Licenses: MIT;
Inki Dae <inki.dae@samsung.com>, Semun Lee <semun.lee@samsung.com>, Tae-Young Chung <ty83.chung@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
profiling
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-13
IVGCVSW-5328-5329 Fuse Activation
Mike Kelly
1
-64
/
+64
2020-10-13
IVGCVSW-4489 Remove remaining occurrence of boost::format
Matthew Sloyan
1
-2
/
+0
2020-09-30
IVGCVSW-5295 Remove boost::format from armnn profiling
Jan Eilers
10
-127
/
+121
2020-09-29
IVGCVSW-5301 Remove all boost::numeric_cast from armnn/src/profiling
Matthew Sloyan
18
-135
/
+119
2020-08-27
Export Armnn cmake
Derek Lamberti
2
-2
/
+2
2020-08-07
IVGCVSW-5170 Do not resend timeline data if TimelineReporting is already enabled
Finn Williams
1
-5
/
+8
2020-07-29
IVGCVSW-5166 Pull out the common and server side code into standalone libraries
Jim Flynn
58
-1330
/
+590
2020-07-28
IVGCVSW-5079 Fix for Timeline decoder segfaults when given bad data
Kevin May
4
-8
/
+76
2020-07-14
IVGCVSW-5101 Add a SOL/EOL and a process ID label to Network
Jim Flynn
8
-37
/
+94
2020-07-14
Make it build on MACOSX
Jim Flynn
2
-2
/
+7
2020-07-13
IVGCVSW-5076 Correct Profiling Stream Metadata packet revision table
Jim Flynn
7
-43
/
+94
2020-07-09
IVGCVSW-5095 Make timeline report the Linux Thread ID not the pthread ID
Jim Flynn
9
-20
/
+23
2020-07-06
IVGCVSW-4770 Fix segmentation fault in FileOnlyProfilingDecoratorTests
Jan Eilers
3
-193
/
+193
2020-06-30
IVGCVSW-4487 Remove boost::filesystem
Francis Murtagh
2
-28
/
+11
2020-06-26
IVGCVSW-4171 Makes DumpOutgoingValidFileEndToEnd test work reliably
Jim Flynn
2
-61
/
+82
2020-06-24
IVGCVSW-4770 Fix Segmentation fault while building ArmNN
Jim Flynn
1
-2
/
+7
2020-06-23
IVGCVSW-5022 Fix master intermittent failure by providing surge buffer capacity
Jim Flynn
8
-8
/
+139
2020-06-17
IVGCVSW-4900 Update Timeline Directory Message with new fields
Jim Flynn
27
-267
/
+1089
2020-06-02
Fix a few build warnings:
Rob Hughes
2
-6
/
+6
2020-05-27
IVGCVSW-4735 Add label GUID to timeline eventClass message
Jim Flynn
12
-24
/
+94
2020-05-27
Catch exceptions by const reference
Pavel Macenauer
1
-1
/
+1
2020-05-26
IVGCVSW-4595 Change FileOnlyProfilingConnection to all packet processor model
Jim Flynn
6
-189
/
+270
2020-05-24
IVGCVSW-4734 Add an Attribute label guid to the relationship message to reduc...
Finn Williams
11
-354
/
+146
2020-05-22
Bugfix: Profiling use of substr() incorrectly parses semantic versioning
Francis Murtagh
1
-2
/
+1
2020-05-19
IVGCVSW-4834 Add calls to increment REGISTERED_BACKENDS and UNREGISTERED_BACK...
Finn Williams
1
-0
/
+4
2020-05-19
Fix some Windows build errors:
Rob Hughes
2
-2
/
+2
2020-05-15
IVGCVSW-4831 Fix Packet header includes in backends
Finn Williams
11
-11
/
+11
2020-05-15
IVGCVSW-4835 Change CounterSet and Device name offsets sizes to bytes
Finn Williams
2
-6
/
+6
2020-05-13
IVGCVSW-4828 Call m_CounterDirectory.IsCounterRegistered in ProfilingService:...
Finn Williams
1
-1
/
+1
2020-05-13
IVGCVSW-4737 Add check for CpuRef back-end before using it in tests
Finn Williams
1
-4
/
+6
2020-05-13
IVGCVSW-4794 Change ArmNN counters to report delta values
Finn Williams
7
-46
/
+128
2020-05-13
IVGCVSW-4776 Warn when MIN_STATIC_GUID is returned from GenerateStaticId mult...
Colm Donelan
1
-1
/
+11
2020-05-13
IVGCVSW-4775 Centralizing definition of ThreadIdSize to fix MLCE-189
Colm Donelan
6
-31
/
+24
2020-05-12
IVGCVSW-4731 Move Packet.hpp to profiling/common/include
Finn Williams
14
-104
/
+19
2020-05-08
IVGCVSW-4794 Fix ArmNN Counters incorrectly set to delta
Finn Williams
2
-9
/
+9
2020-05-07
IVGCVSW-4730 Remove the duplication of PIPE_MAGIC in the code base
Finn Williams
5
-10
/
+9
2020-05-01
Update the CounterDirectory Packet offsets to be relative to the start of the...
Finn Williams
4
-222
/
+253
2020-04-30
IVGCVSW-4760 Change the offsets in the counter directory body_header to be fr...
Finn Williams
4
-123
/
+139
2020-04-30
IVGCVSW-4732 Move NetworkSockets class needs to profiling/common
Finn Williams
1
-1
/
+1
2020-04-27
IVGCVSW-4594 Refactor the GatordMockService and GatordMockMain to extract a B...
Finn Williams
2
-2
/
+2
2020-04-27
IVGCVSW-4595 Add IFileOnlyPacketHandlers to file only profiling connection
Jim Flynn
15
-13
/
+751
2020-04-27
IVGCVSW-4722 Add missing m_TimelineEnabled bool to ConnectionAcknowledgedComm...
Finn Williams
3
-2
/
+13
2020-04-22
IVGCVSW-4719 Remove possible zeros from SendStreamMetaDataPacket offsets
Finn Williams
5
-77
/
+56
2020-04-20
IVGCVSW-4513 Remove boost/algorithm/string *
David Monahan
1
-7
/
+6
2020-04-16
IVGCVSW-4701 Make the GUIDGenerator thread safe
Finn Williams
2
-1
/
+29
2020-04-16
IVGCVSW-4699 Force timestamps to always be in nanoseconds
Finn Williams
1
-2
/
+2
2020-04-10
IVGCVSW-4666 Call EnableProfiling when state switches to active
Finn Williams
8
-17
/
+36
2020-04-10
IVGCVSW-4483 Remove boost::polymorphic_downcast
Jan Eilers
1
-2
/
+2
2020-04-06
IVGCVSW-4485 Remove Boost assert
Narumol Prangnawarat
13
-113
/
+116
2020-04-02
IVGCVSW-4455 Add an Activate and Deactivate control packet to the protocol
Keith Davis
24
-99
/
+580
[next]