~azzar1/unity/fix-crash-acc-controller

  • Committer: Gordon Allott
  • Date: 2009-12-18 11:42:37 UTC
  • mfrom: (44.1.8 unity.instrumented)
  • Revision ID: mail@gordallott.com-20091218114237-iol6shag1dh3ruvz
Adds instrumentation and bootcharting support to unity

Instrumentation is enabled by passing --enable-testing to configure and
logging is enabled by passing --enable-boot-logging=foobar.log to unity.

you can then process the log file with ./tools/makebootchart.py --input=foobar.log --output=foobar.svg

instrumenting the code is enabled by decorating a function with START_FUNCTION (); and END_FUNCTION (); or by decorating a smaller process with LOGGING_START_PROCESS (process_name); and LOGGING_END_PROCESS (process_name);

all process names *must* be unique thoughout the system
Filename Latest Rev Last Changed Committer Comment Size
..
data 3.3.1 14 years ago Gordon Allott added data files for quicklauncher indicators adde Diff
libunity 3.1.1 14 years ago Neil Jagdish Patel [libunity] Will hold re-usable widgets and interfa Diff
src 1 14 years ago Neil Jagdish Patel [build] Initial commit added: .bzrignore AUTH Diff
tests 1 14 years ago Neil Jagdish Patel [build] Initial commit added: .bzrignore AUTH Diff
tools 44.1.1 14 years ago Gordon Allott performance logger support and boot chart generati Diff
vapi 1.1.1 14 years ago Gordon Allott added support for a unity window with a clutter st Diff
.bzrignore 43.1.3 14 years ago Neil Jagdish Patel [ignores] Update 2.5 KB Diff Download File
AUTHORS 43.1.10 14 years ago Neil Jagdish Patel [build] Update authors 178 bytes Diff Download File
File autogen.sh 1 14 years ago Neil Jagdish Patel [build] Initial commit added: .bzrignore AUTH 154 bytes Diff Download File
ChangeLog 1 14 years ago Neil Jagdish Patel [build] Initial commit added: .bzrignore AUTH Empty Diff Download File
configure.ac 44.1.8 14 years ago Gordon Allott updated configure file, added new logging function 3.7 KB Diff Download File
COPYING 1 14 years ago Neil Jagdish Patel [build] Initial commit added: .bzrignore AUTH 34.2 KB Diff Download File
Makefile.am 44.1.4 14 years ago Gordon Allott added makefiles for tools/ and vapi/ 171 bytes Diff Download File
NEWS 1 14 years ago Neil Jagdish Patel [build] Initial commit added: .bzrignore AUTH Empty Diff Download File
README 1 14 years ago Neil Jagdish Patel [build] Initial commit added: .bzrignore AUTH Empty Diff Download File