Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /usr/bin/evim is symlink to /usr/bin/vim.vim
- root@multi-v7-ml:/usr/bin# sync; echo 3 > /proc/sys/vm/drop_caches
- [501930.014627] sh (951): drop_caches: 3
- root@multi-v7-ml:/usr/bin# perf stat sh -c "LD_BIND_NOW=true LD_DEBUG=statistics /usr/bin/evim 2>&1 > /dev/null"
- 3029: number of relocations: 17543
- 3029: number of relocations from cache: 1004
- 3029: number of relative relocations: 38147
- E233: cannot open display
- 3029:
- 3029: runtime linker statistics:
- 3029: final number of relocations: 17543
- 3029: final number of relocations from cache: 1004
- Performance counter stats for 'sh -c LD_BIND_NOW=true LD_DEBUG=statistics /usr/bin/evim 2>&1 > /dev/null':
- 963.85 msec task-clock # 0.367 CPUs utilized
- 629 context-switches # 0.653 K/sec
- 55 cpu-migrations # 0.057 K/sec
- 809 page-faults # 0.839 K/sec
- <not counted> cycles (0.00%)
- 417935837 instructions (5.96%)
- 33189192 branches # 34.434 M/sec (10.12%)
- 8511100 branch-misses # 25.64% of all branches (11.02%)
- 2.623775438 seconds time elapsed
- 0.132933000 seconds user
- 0.805777000 seconds sys
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement