move everything out of trunk
[lttv.git] / trunk / lttv / lttv / modules / gui / interrupts / README
diff --git a/trunk/lttv/lttv/modules/gui/interrupts/README b/trunk/lttv/lttv/modules/gui/interrupts/README
deleted file mode 100644 (file)
index b0d5569..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-\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.025143 seconds and 4 git commands to generate.