Skip to content

Commit 59f1a62

Browse files
committed
Add Empirical citation
1 parent eaf9547 commit 59f1a62

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

blog_professional/_posts/2020-07-02-malloc-profile.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Timing data was collected at three "load" (work per thread) levels: 1, 4, and 16
4444
Six replicate measurements of each timing were recorded.
4545

4646
I profiled version 53vgh of the DISHTINY software [[Moreno and Ofria, 2020]](#Moreno_Ofria_2020), compiled with data collection disabled.
47+
This software is built using the Empirical C++ Library [[Ofria et al., 2019]](#charles_ofria_2019_2575607).
4748

4849
I performed one data collection session using a variant of [Script OEFFA](#script-oeffa) for each of default malloc, mimalloc, and Hoard.
4950
Then, I knit the data files from each session together using [Script IFDFD](#script-ifdfd).
@@ -152,6 +153,13 @@ Pop on there and drop me a line :fishing_pole_and_fish: or make a comment :raisi
152153
Moreno, M. A. and Ofria, C. (2020). Practical steps toward indefinite scalability: In pursuit of robust computational substrates for open-ended evolution. DOI: 10.17605/OSF.IO/53VGH; URL: https://osf.io/53vgh.
153154
</a>
154155

156+
<a
157+
href="http://doi.org/10.5281/zenodo.2575607"
158+
id="charles_ofria_2019_2575607">
159+
Ofria, C., Dolson, E., Lalejini, A., Fenton, J., Moreno, M. A., Jorgensen, S., Miller, R., Stredwick, J., Zaman, L., Schossau, J., Gillespie, L., G, N. C., and Vostinar, A. (2019). Empirical.
160+
</a>
161+
162+
155163
## Acknowledgements
156164

157165
This research was supported in part by NSF grants DEB-1655715 and DBI-0939454, and by Michigan State University through the computational resources provided by the Institute for Cyber-Enabled Research.

0 commit comments

Comments
 (0)