Skip to content

Commit 3735295

Browse files
author
Mioriarty
committed
revese paper (2)
1 parent 131cd21 commit 3735295

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

paper/literature.bib

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,4 +342,36 @@ @book{oppenheim_dsp
342342
title = {Discrete-Time Signal Processing},
343343
publisher = {Pearson},
344344
year = {2010}
345+
}
346+
347+
@misc{intel_vtune_profiler,
348+
author = {{Intel Corporation}},
349+
title = {Intel VTune Profiler},
350+
howpublished = {\url{https://www.intel.com/content/www/us/en/developer/tools/oneapi/vtune-profiler.html}},
351+
year = {2026},
352+
note = {Performance profiling and analysis tool}
353+
}
354+
355+
@misc{apple_xcode_instruments,
356+
author = {{Apple Inc.}},
357+
title = {Instruments: Performance Analysis Tool for Xcode},
358+
howpublished = {\url{https://developer.apple.com/xcode/}},
359+
year = {2026},
360+
note = {Profiling and tracing tool included with Xcode}
361+
}
362+
363+
@misc{google_googletest,
364+
author = {{Google LLC}},
365+
title = {GoogleTest: C++ Testing Framework},
366+
howpublished = {\url{https://github.com/google/googletest}},
367+
year = {2026},
368+
note = {Unit testing and mocking framework for C++}
369+
}
370+
371+
@misc{pybind11,
372+
author = {{pybind11 developers}},
373+
title = {pybind11: Seamless operability between C++11 and Python},
374+
howpublished = {\url{https://github.com/pybind/pybind11}},
375+
year = {2026},
376+
note = {Header-only library for creating Python bindings of C++ code}
345377
}

0 commit comments

Comments
 (0)