Added README
authorpeterho <peterho@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 17 May 2006 15:25:58 +0000 (15:25 +0000)
committerpeterho <peterho@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 17 May 2006 15:25:58 +0000 (15:25 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@1821 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/lttv/modules/gui/interrupts/README [new file with mode: 0644]

diff --git a/ltt/branches/poly/lttv/modules/gui/interrupts/README b/ltt/branches/poly/lttv/modules/gui/interrupts/README
new file mode 100644 (file)
index 0000000..b0d5569
--- /dev/null
@@ -0,0 +1,24 @@
+\r
+CPUID: processor ID\r
+\r
+IrqId: IRQ ID\r
+\r
+Frequency (Hz): the number of interruptions per second (Hz)\r
+\r
+Total Duration (nsec): the sum of each interrupt duration in nsec\r
+\r
+Duration standard deviation (nsec):   taken from \r
+http://en.wikipedia.org/wiki/Standard_deviation\r
+Duration Standard_deviation  = sqrt(1/N Sum ((xi -Xa)^2)) where\r
+N: the total number of interrupts \r
+xi: the duration of an interrupt\r
+Xa: the average duration is the total duration divided by the total number of interrupts (N)\r
+\r
+Max IRQ handler duration (nsec) [time interval]:   the longest IRQ handler duration in nsec.  \r
+\r
+Average period (nsec): 1/Frequency\r
\r
+Period Standard_deviation  = sqrt(1/N Sum ((xi -Xa)^2)) where\r
+N:  number of interrupts \r
+xi: duration of an interrupt\r
+Xa: Average period in nsec\r
This page took 0.023259 seconds and 4 git commands to generate.