Advertisement
RobertBerger

Untitled

Jul 15th, 2021
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. /usr/bin/evim is symlink to /usr/bin/vim.vim
  2.  
  3. root@multi-v7-ml:/usr/bin# sync; echo 3 > /proc/sys/vm/drop_caches
  4. [501930.014627] sh (951): drop_caches: 3
  5. root@multi-v7-ml:/usr/bin# perf stat sh -c "LD_BIND_NOW=true LD_DEBUG=statistics /usr/bin/evim 2>&1 > /dev/null"
  6. 3029: number of relocations: 17543
  7. 3029: number of relocations from cache: 1004
  8. 3029: number of relative relocations: 38147
  9. E233: cannot open display
  10. 3029:
  11. 3029: runtime linker statistics:
  12. 3029: final number of relocations: 17543
  13. 3029: final number of relocations from cache: 1004
  14.  
  15. Performance counter stats for 'sh -c LD_BIND_NOW=true LD_DEBUG=statistics /usr/bin/evim 2>&1 > /dev/null':
  16.  
  17. 963.85 msec task-clock # 0.367 CPUs utilized
  18. 629 context-switches # 0.653 K/sec
  19. 55 cpu-migrations # 0.057 K/sec
  20. 809 page-faults # 0.839 K/sec
  21. <not counted> cycles (0.00%)
  22. 417935837 instructions (5.96%)
  23. 33189192 branches # 34.434 M/sec (10.12%)
  24. 8511100 branch-misses # 25.64% of all branches (11.02%)
  25.  
  26. 2.623775438 seconds time elapsed
  27.  
  28. 0.132933000 seconds user
  29. 0.805777000 seconds sys
  30.  
  31.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement