You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 10, 2023. It is now read-only.
Adreno support
PowerVR support
i915 - extended supported event set
perf stacks collection on Linux
dtrace stacks collection on OSX
tasks from samples reconstruction
python auto instrumentation extended with memory collection
sea.py made python 2/3 compatible
bin folder location is normalized between installed and developer versions
installer cmake script part made cleared
changed approach to Win symbols unwinding (made more efficient)
added note about cmake to readme
tests updated to collect stacks
collection with stacks skips aliens by default (non-system-wide)
added runtool execution tracing (for dbugging purposes)
internal API: overlapped tasks support
secure compilation flags
verbose compilation mode for buildall.py
added include and lib folders to installer
bugfixes
Copy file name to clipboardExpand all lines: README.txt
+3-2
Original file line number
Diff line number
Diff line change
@@ -22,10 +22,11 @@ After your code is instrumented with itt, to load up the library follow these st
22
22
OR you can use sea_runtool.py, see examples in test_<OS>.<bat/sh>
23
23
24
24
Bulding:
25
+
Make sure you have cmake (https://cmake.org) in PATH
25
26
All platforms except Android:
26
27
>> python buildall.py -i
27
28
this will produce installer
28
-
on Windows requires Visual Studio 2013 and NSIS (http://nsis.sourceforge.net/) installed
29
+
on Windows requires Visual Studio 2013 and NSIS (http://nsis.sourceforge.net) installed
29
30
for Yocto just run this script in the Yocto build environment
30
31
Android:
31
32
requires ANDROID_NDK to be set in environment to the Android NDK path
@@ -54,7 +55,7 @@ Open Source Intel® SEAPI currently supports these formats:
54
55
To enable: use systrace from AndroidStudio/Eclipse.
55
56
56
57
* Json google trace format - All platforms: https://www.chromium.org/developers/how-tos/trace-event-profiling-tool
57
-
Cons: no correlation with OSX system events (yet)
58
+
Cons: no concerns, excellent viewer
58
59
Pros: any platform; Corellation with ftrace (Android, Yocto, Linux), ETW (Windows). Supported: object state tracing, counters, tasks (sync and async) - immediate and with clock domains...
59
60
To enable set environment variable INTEL_SEA_SAVE_TO=<any path>/<trace name>
60
61
Use runtool to transform the SEA directory into json format with next command:
0 commit comments