ThreadDumpInliner
Convert a list of thread dumps into one line per thread.
| Methods |
| static void |
main(String... a)
Usage: java ThreadDumpInliner threadDump.txt
|
| static void |
main(String... a) throws Exception
Usage: java ThreadDumpInliner threadDump.txt
Parameters:
a - the file name
|