<feed xmlns='http://www.w3.org/2005/Atom'>
<title>allocbench/.gitignore, branch catch_abort</title>
<subtitle>benchmark tool for POSIX memory allocators</subtitle>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/'/>
<entry>
<title>ignore cache/*</title>
<updated>2019-09-21T16:40:47+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-09-21T16:40:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=3870f15eded2dd24243de2b6cbe3abcf6e9050a5'/>
<id>3870f15eded2dd24243de2b6cbe3abcf6e9050a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ignore src/obj directory</title>
<updated>2019-09-09T12:53:02+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-09-09T12:53:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=8bd0d4916140d878189a9ab526f3e18c5bf443a3'/>
<id>8bd0d4916140d878189a9ab526f3e18c5bf443a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>readd chattymalloc</title>
<updated>2019-08-22T14:07:58+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-08-19T16:23:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=196fa608205bdbd4016200e47a55e9fb000f2b11'/>
<id>196fa608205bdbd4016200e47a55e9fb000f2b11</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add lld benchmark using lld provided benchmarks</title>
<updated>2019-08-20T14:14:32+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-08-20T14:14:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=468865c5de6ce2365a4afb86aacc05d81c0329c4'/>
<id>468865c5de6ce2365a4afb86aacc05d81c0329c4</id>
<content type='text'>
Benchmark changes the current working directory if self.run_dir is
set befor each benchmark run.
lld does not work with print_status_on_exit.so so reading and removing
status is no only done if a status file is available.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Benchmark changes the current working directory if self.run_dir is
set befor each benchmark run.
lld does not work with print_status_on_exit.so so reading and removing
status is no only done if a status file is available.
</pre>
</div>
</content>
</entry>
<entry>
<title>add ctags to gitignore</title>
<updated>2019-02-27T14:10:02+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-02-27T14:10:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=2ace69af8f7c5a38c9d87d50914dc42486d531cd'/>
<id>2ace69af8f7c5a38c9d87d50914dc42486d531cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s/target/allocator/ and remove analyse feature</title>
<updated>2019-02-08T12:31:11+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-02-08T12:31:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=f2327ada5590f40137416f301762cd3c11ab36b6'/>
<id>f2327ada5590f40137416f301762cd3c11ab36b6</id>
<content type='text'>
Use systemwide installed allocators by default
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use systemwide installed allocators by default
</pre>
</div>
</content>
</entry>
<entry>
<title>rework build system #2: call make before executing any benchmark</title>
<updated>2019-02-02T13:45:21+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-02-02T13:45:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=8c12b0494aa241bb6ddf3779a99d2f5d6ededf73'/>
<id>8c12b0494aa241bb6ddf3779a99d2f5d6ededf73</id>
<content type='text'>
Make scans the project directory for Makefiles and executes them.
The targets should be build by the new targets/Makefile.
All included Makefiles are now "quiet" by default.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make scans the project directory for Makefiles and executes them.
The targets should be build by the new targets/Makefile.
All included Makefiles are now "quiet" by default.
</pre>
</div>
</content>
</entry>
<entry>
<title>ignore all __pycache__ dirs</title>
<updated>2019-01-22T18:20:27+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-01-22T18:20:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=8221b8fb0e9ee491590932cd228f17b48155c0f7'/>
<id>8221b8fb0e9ee491590932cd228f17b48155c0f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ignore dj_workloads and targets dir</title>
<updated>2019-01-22T11:39:27+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-01-22T11:39:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=2002b64449e6383e43481d06efcfafac74a7cf8e'/>
<id>2002b64449e6383e43481d06efcfafac74a7cf8e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move source code to src/</title>
<updated>2019-01-15T17:29:26+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-01-15T14:53:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=259fd2a64bf114907017fe286702218cdf13c8ca'/>
<id>259fd2a64bf114907017fe286702218cdf13c8ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
