Results of 1 - 1 of about 1 for consumeCpu (0.000 sec.)
- Man page of SPROF 9414
- SPROF Section: Linux User Manual (1) Updated: 2020-11-01 Index JM Home Page 名前 sprof - 共有オブ
...
される。 $ cat libdemo.c #include < unistd.h > void consumeCpu1(int lim) { for (int j = 0; j < lim; j++) getppid( ...
); } void x1(void) { for (int j = 0; j < 100; j++) consumeCpu1(200000); } void consumeCpu2(int lim) { for (int j ...
; } void x2(void) { for (int j = 0; j < 1000; j++) consumeCpu2(10000); } ここで、 実際の名前は libdemo.so.1.0.1 ...
ls us/call us/call name 60.00 0.06 0.06 100 600.00 consumeCpu1 40.00 0.10 0.04 1000 40.00 consumeCpu2 0.00 0.10 ...
-
https://man.plustar.jp/manpage/man1/sprof.1.html
- [similar]
PREV
1
NEXT