~ubuntu-sdk-team/ubuntu-ui-toolkit/trunk-ota14

« back to all changes in this revision

Viewing changes to app-launch-profiler/app-launch-profiler.pro

  • Committer: Zoltán Balogh
  • Date: 2015-09-22 10:29:24 UTC
  • mto: (1000.623.16 staging)
  • mto: This revision was merged to the branch mainline in revision 1231.
  • Revision ID: zoltan@bakter.hu-20150922102924-dgrqcgmblzpbnmtx
Integrated application startup time profiling tool

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
TEMPLATE = app
 
2
LIBS += -llttng-ust -ldl
 
3
CONFIG += -I.
 
4
HEADERS += app-launch-tracepoints.h
 
5
SOURCES += app-launch-tracepoints.cpp
 
6
TARGET = app-launch-tracepoints
 
7
installPath = $(INSTALL_ROOT)$$[QT_INSTALL_PREFIX]/bin/
 
8
app-launch-tracepoints.path = $$installPath
 
9
app-launch-tracepoints.files = app-launch-tracepoints
 
10
app-launch-scripts.path = $$installPath
 
11
app-launch-scripts.files = app-launch-profiler-lttng.py \
 
12
                           profile_appstart.sh
 
13
INSTALLS += app-launch-tracepoints
 
14
INSTALLS += app-launch-scripts
 
15
 
 
16