sbsv2/raptor/notes/tcomsupport.txt
author timothy.murphy@nokia.com
Fri, 30 Apr 2010 16:30:15 +0100
branchfix
changeset 512 f270c42a56c4
child 514 92300322d8f8
permissions -rw-r--r--
notes about tcomsupport update
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
512
f270c42a56c4 notes about tcomsupport update
timothy.murphy@nokia.com
parents:
diff changeset
     1
Raptor supports a new interface to the trace compiler that allows
f270c42a56c4 notes about tcomsupport update
timothy.murphy@nokia.com
parents:
diff changeset
     2
Raptor to specify the direcotry in which trace data should be written.
f270c42a56c4 notes about tcomsupport update
timothy.murphy@nokia.com
parents:
diff changeset
     3
This allows components to support a new convention for where trace files
f270c42a56c4 notes about tcomsupport update
timothy.murphy@nokia.com
parents:
diff changeset
     4
are stored.
f270c42a56c4 notes about tcomsupport update
timothy.murphy@nokia.com
parents:
diff changeset
     5
f270c42a56c4 notes about tcomsupport update
timothy.murphy@nokia.com
parents:
diff changeset
     6
The new convention that prevents the clashes where building the same
f270c42a56c4 notes about tcomsupport update
timothy.murphy@nokia.com
parents:
diff changeset
     7
source file for different MMPs would previously have resulted in two
f270c42a56c4 notes about tcomsupport update
timothy.murphy@nokia.com
parents:
diff changeset
     8
build tasks trying to create the same trace file (header/dictionary).
f270c42a56c4 notes about tcomsupport update
timothy.murphy@nokia.com
parents:
diff changeset
     9
This caused build slowdowns and also made the trace data inaccurate.
f270c42a56c4 notes about tcomsupport update
timothy.murphy@nokia.com
parents:
diff changeset
    10