psteinb / meetingcpp2017

slidedeck for my presentation at MeetingC++ 2017, Nov 10, Berlin (Germany)
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

What repository at 43 min 32 secs? #2

Open PeterMortensen opened 5 years ago

PeterMortensen commented 5 years ago

Regarding the presentation itself:

At 43 min 32 secs in the YouTube video ("The performance Addict's Toolbox - Peter Steinbach - Meeting C++ 2017", https://www.youtube.com/watch?v=DxP--1yEgKQ):

  1. It is not clear to me what repository is referred to.

  2. More generally, perhaps add a Markdown file in this repository with the timeline for the video, in particular any links

Here are my own notes; perhaps they can be used a basis:

  03 min 54 secs: Open source talk,

                    <https://github.com/psteinb>

                    Slidedeck:

                      <https://psteinb.github.io/meetingcpp2017/>
                        Directly viewable

                      <https://github.com/psteinb/meetingcpp2017>

  32 min 00 secs: Do repetition (stats)

  36 min 15 secs: quick-bench.com

  37 min 55 secs: Google/Benchmark

                    <https://github.com/google/benchmark>

  42 min 04 secs: Render report with rmarkdown

  42 min 32 secs: Some results, "gcc 6.4.1, libbenchmark 1.3"

                  But what does the following mean?

                    "code available in this repo"

                      Found as:

                        <https://github.com/psteinb/meetingcpp2017/tree/master/src/libbenchmark>

  43 min 28 secs: "in-silico crisis" - results obtained on
                  a computer are very hard to reproduce

  46 min 38 secs: Roofline plots
PeterMortensen commented 5 years ago

OK, I found it by searching for "code available in this repo" in this very repository:

https://github.com/psteinb/meetingcpp2017/blob/master/slides.md

... gcc 6.4.1, libbbenchmark 1.3, ...
[code available in this repo](src/libbenchmark/README.md)]

file an [issue](https://github.com/psteinb/meetingcpp2017) if you reproduced this!

The partial URL "src/libbenchmark/README.md" is https://github.com/psteinb/meetingcpp2017/tree/master/src/libbenchmark/README.md

But there doesn't seem to a file in https://github.com/psteinb/meetingcpp2017/tree/master/src/libbenchmark named "README.md"