convert from svn repository: remove tags directory
[lttv.git] / trunk / lttv / lttv / modules / gui / interrupts / README
CommitLineData
26b8f47a 1\r
2CPUID: processor ID\r
3\r
4IrqId: IRQ ID\r
5\r
6Frequency (Hz): the number of interruptions per second (Hz)\r
7\r
8Total Duration (nsec): the sum of each interrupt duration in nsec\r
9\r
10Duration standard deviation (nsec): taken from \r
11http://en.wikipedia.org/wiki/Standard_deviation\r
12Duration Standard_deviation = sqrt(1/N Sum ((xi -Xa)^2)) where\r
13N: the total number of interrupts \r
14xi: the duration of an interrupt\r
15Xa: the average duration is the total duration divided by the total number of interrupts (N)\r
16\r
17Max IRQ handler duration (nsec) [time interval]: the longest IRQ handler duration in nsec. \r
18\r
19Average period (nsec): 1/Frequency\r
20 \r
21Period Standard_deviation = sqrt(1/N Sum ((xi -Xa)^2)) where\r
22N: number of interrupts \r
23xi: duration of an interrupt\r
24Xa: Average period in nsec\r
This page took 0.037953 seconds and 4 git commands to generate.