History log of /external/lldb/examples/python/delta.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ee5daf3db4e8a8cb4cc45e3abdf7c6e6e4bfba16 23-Mar-2012 Greg Clayton <gclayton@apple.com> Fixed up the command so that it doesn't dump the first arguments when run from the command line which was causing this script to dump the script itself.



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@153294 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/examples/python/delta.py
fed526768db80ccb4769a1cdc7e1e2ef9d4264ec 23-Mar-2012 Greg Clayton <gclayton@apple.com> Added python script that implements a "parse_log_file" command in LLDB which can
parse the output from "log enable --timestamp ...." and converts it to be relative
to the first timestamp and shows the time deltas between log lines. This can also
be used as a stand along script outside of lldb:

./delta.py log.txt




git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@153288 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/examples/python/delta.py