Confirmed users
378
edits
m (→Methods ranked by frequency: Separate Methods from ranked list) |
m (→Methods only: move script) |
||
| Line 79: | Line 79: | ||
=== Methods only === | === Methods only === | ||
<pre> | |||
cat gutenberg-logs | grep '"id":' | grep -oE '"method":"[^"]+\.[^"]+"' | sed 's/"method":"//' | sed 's/"//' | sort | uniq -c | sort -r | cat gutenberg-logs | grep '"id":' | grep -oE '"method":"[^"]+\.[^"]+"' | sed 's/"method":"//' | sed 's/"//' | sort | uniq -c | sort -r | ||
14924 Input.dispatchKeyEvent | 14924 Input.dispatchKeyEvent | ||
12462 Runtime.callFunctionOn | 12462 Runtime.callFunctionOn | ||