shakaran

ltrace ouput with apt-cache

Aug 21st, 2013
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.20 KB | None | 0 0
  1. sudo ltrace -c apt-cache gencaches
  2. ^C% time     seconds  usecs/call     calls      function
  3. ------ ----------- ----------- --------- --------------------
  4.  82.29    0.007464        7464         1 _Z13pkgInitConfigR13Configuration
  5.   4.96    0.000450         450         1 setlocale
  6.   3.56    0.000323         323         1 _Z13pkgInitSystemR13ConfigurationRP9pkgSystem
  7.   1.41    0.000128         128         1 isatty
  8.   0.92    0.000083          83         1 _ZN11CommandLine5ParseEiPPKc
  9.   0.88    0.000080          80         1 _ZN14OpTextProgressC1ER13Configuration
  10.   0.80    0.000073          73         1 _ZNSt8ios_base4InitC1Ev
  11.   0.78    0.000071          71         1 _ZN12pkgCacheFileC1Ev
  12.   0.78    0.000071          71         1 _ZNK13Configuration6ExistsEPKc
  13.   0.78    0.000071          71         1 _ZNK13Configuration5FindBEPKcRKb
  14.   0.76    0.000069          69         1 _ZNK11CommandLine8FileSizeEv
  15.   0.72    0.000065          65         1 textdomain
  16.   0.69    0.000063          63         1 _ZN11CommandLineC1EPNS_4ArgsEP13Configuration
  17.   0.65    0.000059          59         1 __cxa_atexit
  18. ------ ----------- ----------- --------- --------------------
  19. 100.00    0.009070                    14 total
Advertisement
Add Comment
Please, Sign In to add comment