File: bench_.d

package info (click to toggle)
systemtap 1.7-1%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 18,448 kB
  • sloc: ansic: 43,401; cpp: 42,120; exp: 12,293; sh: 8,703; xml: 7,522; perl: 2,088; tcl: 954; python: 912; makefile: 625; ruby: 419; awk: 94; asm: 73; sed: 16
file content (13 lines) | stat: -rw-r--r-- 482 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
provider bench
{
 probe permute(long cycles,int arg1);
 probe tower(long cycles,int arg1, int arg2, int arg3);
 probe try(long cycles,int i, int q, int a, int b, int c, int x);
 probe innerproduct(long cycles,int a, int b, int row, int column);
 probe trial(long cycles,int i, int j, int k);
 probe quicksort(long cycles,int i, int j, int x);
 probe bubble(long cycles,int i, int top);
 probe insert(long cycles,int n, int t);
 probe fft(long cycles,int n, int z, int w, int e);
}