dump-trace: C++ implementation
About 50 times faster than the Python version. Extended trace functionality still untested. Change-Id: I9e41b0283b7d3274c5ea9eba2164f78c04c1ad42
This commit is contained in:
committed by
Horst Schirmeier
parent
001d036613
commit
92e7be0d22
7
tools/dump-trace/CMakeLists.txt
Normal file
7
tools/dump-trace/CMakeLists.txt
Normal file
@ -0,0 +1,7 @@
|
||||
set(SRCS
|
||||
DumpTrace.cc
|
||||
)
|
||||
|
||||
add_executable(dump-trace ${SRCS})
|
||||
target_link_libraries(dump-trace ${PROTOBUF_LIBRARY} fail-util fail-comm)
|
||||
install(TARGETS dump-trace RUNTIME DESTINATION bin)
|
||||
Reference in New Issue
Block a user