sysperfana/perfinvestigator/com.nokia.carbide.cpp.pi.doc.user/html/reference/methods/file_sys_storing.htm
author Matti Laitinen <matti.t.laitinen@nokia.com>
Thu, 11 Feb 2010 15:32:31 +0200
changeset 2 b9ab3b238396
child 5 844b047e260d
permissions -rw-r--r--
Initial version of Performance Investigator under EPL

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
	<title>File System Storing</title>
    <link href="../../../book.css" rel="stylesheet" type="text/css">
</head>

<body>
<h3>File System Storing</h3>
<p>Storing performance related data has to suit the performance measurement activity. If there is not much data, it can be exported from the device right away by suitable means, such as through the serial port. When the amount of data is larger, it can also be exported to a file within the file system. In that case it is practical to store the data at first to a small memory buffer. Then the buffer can be written to the file in a separate activity that does not disturb the measured mechanisms. For example if the data is being collected within an interrupt or in a kernel hook, the file system related activities should take place within the user code.</p>
<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>
</body>
</html>