sysperfana/perfinvestigator/com.nokia.carbide.cpp.pi.doc.user/html/reference/methods/serial_output.htm
changeset 2 b9ab3b238396
child 5 844b047e260d
equal deleted inserted replaced
1:1050670c6980 2:b9ab3b238396
       
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
       
     2 
       
     3 <html>
       
     4 <head>
       
     5 	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
       
     6 	<title>Serial Output</title>
       
     7     <link href="../../../book.css" rel="stylesheet" type="text/css">
       
     8 </head>
       
     9 
       
    10 <body>
       
    11 <h2>Serial Output</h2>
       
    12 <p>Serial Output through an UART can be used to generate an immediate trace of certain performance-critical activities. If formatted debug printing is supported by the software system (as it is in Symbian OS), it is possible to output information in human readable form. This includes numeric values or strings that are in connection to the immediate situation within the system at the point the printing occurs. Serial Output is a slow way to output information, and its excessive use affects the system performance significantly. Therefore it cannot be used in order to gather large amounts of data.</p>
       
    13 <div id="footer">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
       
    14 </body>
       
    15 </html>