Matt
Matt
Essentially: Expose the UI support for the following feature in `perf`: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=f69b64f73e1d7f47a9205c1cd46e0e1c3c65e1cd The underlying support exists in `objdump` (which is used by `perf` itself): https://lkml.org/lkml/2011/9/29/482 For example, `perf report -M...
Similarly to, e.g., Compiler Explorer's checkbox (More / Settings / Editor / Show editor minimap). Preferably exposed in the URL as a query parameter (e.g., `http://quick-bench.com/currently_used_string&minimap=off`) so as to avoid...
Seems that `ASSERT_*` versions are more appropriate than `EXPECT_*` here, given the following Google Test guideline: - "`ASSERT_*` versions generate fatal failures when they fail, and abort the current function....
ISO C++ Standard (3.6.1[2]) compliance: - https://isocpp.org/wiki/faq/newbie#main-returns-int - http://en.cppreference.com/w/cpp/language/main_function