<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mc2-scripts-and-benchmarks.git/baseline/source/extra.h, branch rtas22</title>
<subtitle>Benchmarks and execution scripts for testing spatial isolation and SMT interference in MC^2</subtitle>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/mc2-scripts-and-benchmarks.git/'/>
<entry>
<title>Unify all the versions of extra.h into a single multipurpose header</title>
<updated>2020-10-19T05:09:53+00:00</updated>
<author>
<name>Joshua Bakita</name>
<email>jbakita@cs.unc.edu</email>
</author>
<published>2020-10-19T05:09:53+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/mc2-scripts-and-benchmarks.git/commit/?id=a71fc97fd262e1b5770f827047ea60bbaf38d9a2'/>
<id>a71fc97fd262e1b5770f827047ea60bbaf38d9a2</id>
<content type='text'>
There was previously a huge amount of shared code that had to be
copied back and forth. This should reduce the maintenance burden
by containing all future changes to a single file.

New unified library is fully backwards-compatible but also
introduces and the easy-to-use `for_each_job` macro which
replaces the specific `for(...) START_LOOP ... STOP_LOOP`
format requirement and is generally much harder to abuse.

New unified library also automatically cleans up its shared memory
and semaphores, so this commit also removes the separate
`cleanupSemaphores` binary.

I also found a precursor of `extra.h` written by Sims in
`litmusStuff.h`. This code is only interesting for historical
purposes, so it is also removed in this commit.

This commit also adds debug options to all the Makefiles and
silences rm's complaints about non-existent files in make clean.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There was previously a huge amount of shared code that had to be
copied back and forth. This should reduce the maintenance burden
by containing all future changes to a single file.

New unified library is fully backwards-compatible but also
introduces and the easy-to-use `for_each_job` macro which
replaces the specific `for(...) START_LOOP ... STOP_LOOP`
format requirement and is generally much harder to abuse.

New unified library also automatically cleans up its shared memory
and semaphores, so this commit also removes the separate
`cleanupSemaphores` binary.

I also found a precursor of `extra.h` written by Sims in
`litmusStuff.h`. This code is only interesting for historical
purposes, so it is also removed in this commit.

This commit also adds debug options to all the Makefiles and
silences rm's complaints about non-existent files in make clean.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rewrite extra.h for task baselines to be easier to use</title>
<updated>2020-10-18T04:24:06+00:00</updated>
<author>
<name>Joshua Bakita</name>
<email>jbakita@cs.unc.edu</email>
</author>
<published>2020-10-18T04:24:06+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/mc2-scripts-and-benchmarks.git/commit/?id=41358857592f1908d0c0f9898b6c9acabc1ad161'/>
<id>41358857592f1908d0c0f9898b6c9acabc1ad161</id>
<content type='text'>
New macro `for_each_job` simplifies instrumentation.
Backwards-compatible.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
New macro `for_each_job` simplifies instrumentation.
Backwards-compatible.
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup in extra.h for non-paired benchmarks</title>
<updated>2020-10-17T04:52:09+00:00</updated>
<author>
<name>Joshua Bakita</name>
<email>jbakita@cs.unc.edu</email>
</author>
<published>2020-10-17T04:52:09+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/mc2-scripts-and-benchmarks.git/commit/?id=917499f6257ac51c05e8302af877d56a22f28cb5'/>
<id>917499f6257ac51c05e8302af877d56a22f28cb5</id>
<content type='text'>
- No parameter or output format changes
- Better error messages
- Auto-detect core
- Fix off-by-one error in job counting
- Explicitly invoke the scheduler with sched_yield() between jobs
  so that there's less work to do when (if) the scheduling timer
  interrupt comes around. (This has a surprisingly significant
  impact on timings.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- No parameter or output format changes
- Better error messages
- Auto-detect core
- Fix off-by-one error in job counting
- Explicitly invoke the scheduler with sched_yield() between jobs
  so that there's less work to do when (if) the scheduling timer
  interrupt comes around. (This has a surprisingly significant
  impact on timings.)
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the timing infrastructure to better handle large sample sizes</title>
<updated>2020-06-12T01:38:36+00:00</updated>
<author>
<name>Joshua Bakita</name>
<email>jbakita@cs.unc.edu</email>
</author>
<published>2020-06-12T01:38:36+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/mc2-scripts-and-benchmarks.git/commit/?id=67f8bcb195c5e23947616b1e1c5664321f6ea054'/>
<id>67f8bcb195c5e23947616b1e1c5664321f6ea054</id>
<content type='text'>
- Use malloc rather than static allocations
- Check that timings array is long enough before inserting each sample
- Include clearer error handling
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Use malloc rather than static allocations
- Check that timings array is long enough before inserting each sample
- Include clearer error handling
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove changes specific to Joshua's PRP</title>
<updated>2020-05-29T16:58:53+00:00</updated>
<author>
<name>Joshua Bakita</name>
<email>bakitajoshua@gmail.com</email>
</author>
<published>2020-05-29T16:58:53+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/mc2-scripts-and-benchmarks.git/commit/?id=66824af0fab366fe02f0793f32081ebde28f5fa5'/>
<id>66824af0fab366fe02f0793f32081ebde28f5fa5</id>
<content type='text'>
- Revert type change in Neighborhood microbenchmark
- Remove inputs modified to fix in the available memory on the
  i.MX6DQ PRP test platform
- Change default configuration to build without LITMUS/MC^2/MMDC
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Revert type change in Neighborhood microbenchmark
- Remove inputs modified to fix in the available memory on the
  i.MX6DQ PRP test platform
- Change default configuration to build without LITMUS/MC^2/MMDC
</pre>
</div>
</content>
</entry>
<entry>
<title>Code cleanup and bugfixes for infrastructure code</title>
<updated>2020-05-27T01:51:16+00:00</updated>
<author>
<name>Joshua Bakita</name>
<email>bakitajoshua@gmail.com</email>
</author>
<published>2020-05-27T01:38:52+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/mc2-scripts-and-benchmarks.git/commit/?id=b0a383d5bd705e9e38b38e6a3ec00eb53166f1b6'/>
<id>b0a383d5bd705e9e38b38e6a3ec00eb53166f1b6</id>
<content type='text'>
- Remove unused parameters to extra.h
- Use floats to avoid integer overflow when timing long loops
- Only include litmus headers and/or MMDC headers if the appropriate
  define is set in extra.h
- Update job parameters to match those used in my PRP experiments
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Remove unused parameters to extra.h
- Use floats to avoid integer overflow when timing long loops
- Only include litmus headers and/or MMDC headers if the appropriate
  define is set in extra.h
- Update job parameters to match those used in my PRP experiments
</pre>
</div>
</content>
</entry>
<entry>
<title>Support LITMUS, MC^2, and alternate benchmarks</title>
<updated>2019-10-19T14:50:23+00:00</updated>
<author>
<name>Joshua Bakita</name>
<email>bakitajoshua@gmail.com</email>
</author>
<published>2019-10-19T14:50:23+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/mc2-scripts-and-benchmarks.git/commit/?id=4f1aa00f177646b5129304a7d587658aad949946'/>
<id>4f1aa00f177646b5129304a7d587658aad949946</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reorganize and commit all the modified TACLeBench code and run scripts</title>
<updated>2019-10-07T23:13:39+00:00</updated>
<author>
<name>Joshua Bakita</name>
<email>bakitajoshua@gmail.com</email>
</author>
<published>2019-10-07T23:13:39+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/mc2-scripts-and-benchmarks.git/commit/?id=386b7d3366f1359a265da207a9cafa3edf553b64'/>
<id>386b7d3366f1359a265da207a9cafa3edf553b64</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
