9 Einträge, 1 Seite |
1
2
3
4
$ time perl -Mstrict -e1
0.000u 0.000s 0:00.00 0.0% 0+0k 0+0io 284pf+0w
$ time perl -Mdiagnostics -Mstrict -e1
0.060u 0.000s 0:00.06 100.0% 0+0k 0+0io 340pf+0w
1
2
3
4
5
6
7
8
9
10
lichtenb@mond26:~> time perl -Mwarnings -Mstrict -e1
real 0m0.017s
user 0m0.012s
sys 0m0.003s
lichtenb@mond26:~> time perl -Mstrict -e1
real 0m0.007s
user 0m0.004s
sys 0m0.003s
1
2
3
4
5
6
7
8
9
10
lichtenb@mond26:~> time perl -Mwarnings -Mstrict -e1
real 0m0.017s
user 0m0.012s
sys 0m0.003s
lichtenb@mond26:~> time perl -Mstrict -e1
real 0m0.007s
user 0m0.004s
sys 0m0.003s
9 Einträge, 1 Seite |