Skip to content

Commit 06708dd

Browse files
authored
Update bibtex of the tracing paper to include the DOI (#1009)
1 parent bda4be4 commit 06708dd

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

tools/tracing/README.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -224,18 +224,25 @@ However, if we focus on root edges, the distribution is roughly bimodal, with a
224224
first peak around 8\~16 and a second peak around 4096\~8192.
225225

226226
## Attribution
227-
If used for research, please cite the following publication (the `BibTeX` record
228-
will be updated once a DOI is assigned).
227+
If used for research, please cite the following publication.
229228
```bibtex
230-
@inproceedings{conf/mplr/Huang23,
229+
@inproceedings{DBLP:conf/pppj/HuangBC23,
231230
author = {Claire Huang and
232231
Stephen M. Blackburn and
233232
Zixian Cai},
233+
editor = {Rodrigo Bruno and
234+
Eliot Moss},
234235
title = {Improving Garbage Collection Observability with Performance Tracing},
235-
booktitle = {Proceedings of the 20th International Conference on Managed Programming
236-
Languages and Runtimes, {MPLR} 2023, Cascais, Portugal, October
237-
22, 2023},
236+
booktitle = {Proceedings of the 20th {ACM} {SIGPLAN} International Conference on
237+
Managed Programming Languages and Runtimes, {MPLR} 2023, Cascais,
238+
Portugal, 22 October 2023},
239+
pages = {85--99},
238240
publisher = {{ACM}},
239-
year = {2023}
241+
year = {2023},
242+
url = {https://doi.org/10.1145/3617651.3622986},
243+
doi = {10.1145/3617651.3622986},
244+
timestamp = {Mon, 23 Oct 2023 17:57:18 +0200},
245+
biburl = {https://dblp.org/rec/conf/pppj/HuangBC23.bib},
246+
bibsource = {dblp computer science bibliography, https://dblp.org}
240247
}
241248
```

0 commit comments

Comments
 (0)