aboutsummaryrefslogtreecommitdiff
path: root/chattyparser.py
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2020-05-04 11:25:39 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2020-05-04 11:25:39 +0200
commit587da35f86cf4906571af747f4da9f1439430173 (patch)
treef085340f81279f9e369e6895b7ca568e649ff1c5 /chattyparser.py
parent0071eb7d22523f94f052c8e231dfe1664beeb145 (diff)
downloadchattymalloc-587da35f86cf4906571af747f4da9f1439430173.tar.gz
chattymalloc-587da35f86cf4906571af747f4da9f1439430173.zip
add simple README
Diffstat (limited to 'chattyparser.py')
-rwxr-xr-xchattyparser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chattyparser.py b/chattyparser.py
index 357f0c9..c51e2bc 100755
--- a/chattyparser.py
+++ b/chattyparser.py
@@ -394,7 +394,7 @@ if __name__ == "__main__":
)
sys.exit(0)
- parser = argparse.ArgumentParser(description="parse and analyse chattymalloc traces")
+ parser = argparse.ArgumentParser(description="parse and analyze chattymalloc traces")
parser.add_argument("trace",
help="binary trace file created by chattymalloc")
parser.add_argument("--alignment",