<feed xmlns='http://www.w3.org/2005/Atom'>
<title>allocbench/src/chattyparser.py, branch pgfplots</title>
<subtitle>benchmark tool for POSIX memory allocators</subtitle>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/'/>
<entry>
<title>Revert "add tid to chattymalloc log"</title>
<updated>2020-01-16T13:36:13+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2020-01-16T13:36:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=361df3f37499d97ab27fdbc38390a85580baf078'/>
<id>361df3f37499d97ab27fdbc38390a85580baf078</id>
<content type='text'>
This reverts commit 0978c0cbbcdca5394b2a0aeeab0771939021fd15.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 0978c0cbbcdca5394b2a0aeeab0771939021fd15.
</pre>
</div>
</content>
</entry>
<entry>
<title>add tid to chattymalloc log</title>
<updated>2020-01-08T16:58:44+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2020-01-08T16:58:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=0978c0cbbcdca5394b2a0aeeab0771939021fd15'/>
<id>0978c0cbbcdca5394b2a0aeeab0771939021fd15</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fmt chattyparser using yapf</title>
<updated>2019-12-28T18:14:51+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-12-28T18:14:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=31a14856e7df09a533c594f52b39904ae9ee9bbc'/>
<id>31a14856e7df09a533c594f52b39904ae9ee9bbc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use sys.exit instead of exit and other small code improvements</title>
<updated>2019-12-14T00:09:47+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-12-13T16:29:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=5dae33d63e1f22c00ca3a1cee0e73d6d2ff18488'/>
<id>5dae33d63e1f22c00ca3a1cee0e73d6d2ff18488</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>improve top10 percentages</title>
<updated>2019-10-16T16:34:03+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-10-16T16:34:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=26413f57a266454294f66f636a1d225109a917d0'/>
<id>26413f57a266454294f66f636a1d225109a917d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix bins and top10 order in histograms</title>
<updated>2019-10-14T19:50:01+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-10-14T19:50:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=4c37750a8295bc91e4caa4cf5485e8da326c4bef'/>
<id>4c37750a8295bc91e4caa4cf5485e8da326c4bef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>produce ascii histograms with scripts/matplotlib_histograms.py</title>
<updated>2019-10-13T23:31:32+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-10-13T23:31:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=74a2dd607a44d871556cf86b602c7968f31ddcd0'/>
<id>74a2dd607a44d871556cf86b602c7968f31ddcd0</id>
<content type='text'>
Add new options to matplotlib_histograms.py:
	-i - open interactive matplotlib plots
	-n - no ascii histogram

chattyparser.plot_hist_ascii handles histograms with non int keys
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add new options to matplotlib_histograms.py:
	-i - open interactive matplotlib plots
	-n - no ascii histogram

chattyparser.plot_hist_ascii handles histograms with non int keys
</pre>
</div>
</content>
</entry>
<entry>
<title>add license header top 10 sizes in histogram and docstrings</title>
<updated>2019-08-29T08:35:00+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-08-29T08:35:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=d57cb5d110bda66e17577a48a973cd29faba06eb'/>
<id>d57cb5d110bda66e17577a48a973cd29faba06eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>improve chattymalloc code with pylint</title>
<updated>2019-08-27T15:34:00+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-08-27T15:34:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=f0bca4a4103a3dbfc4862cbd76800395b23a74d8'/>
<id>f0bca4a4103a3dbfc4862cbd76800395b23a74d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make chattyparser.py an executable plotting a chattymalloc output file</title>
<updated>2019-08-22T18:30:10+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-08-22T18:22:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=891704a9b443001a2e1b94d63a2bd119105bdc18'/>
<id>891704a9b443001a2e1b94d63a2bd119105bdc18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
