This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Analyzing build trace from 'out.bin'... | |
**** Time summary: | |
Compilation (94 times): | |
Parsing (frontend): 360.0 s | |
Codegen & opts (backend): 81.0 s | |
**** Files that took longest to parse (compiler frontend): | |
9161 ms: .//tests/CMakeFiles/test-conversions_cpp17.dir/src/unit-conversions.cpp.obj | |
9097 ms: .//tests/CMakeFiles/test-regression1_cpp17.dir/src/unit-regression1.cpp.obj | |
8787 ms: .//tests/CMakeFiles/test-conversions_cpp14.dir/src/unit-conversions.cpp.obj |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// TODO P0: cleanup, add error handling, add missing events, etc... | |
#include <SFML/Copyright.hpp> // LICENSE AND COPYRIGHT (C) INFORMATION | |
//////////////////////////////////////////////////////////// | |
// Headers | |
//////////////////////////////////////////////////////////// | |
#include "SFML/Window/Mouse.hpp" | |
#include "SFML/Window/WindowImpl.hpp" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using mode_t = unsigned int; | |
using size_t = decltype(sizeof(int)); | |
namespace detail | |
{ | |
struct invalid_permission_character {}; | |
struct invalid_permission_string_length {}; | |
consteval mode_t from_readable_mode_string(const char * const s) | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <boost/pfr.hpp> | |
#include <vector> | |
#include <tuple> | |
#include <type_traits> | |
#include <cassert> | |
#include <array> | |
namespace storage_policy | |
{ | |
struct aos; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Analyzing build trace from 'analysis.bin'... | |
**** Time summary: | |
Compilation (3239 times): | |
Parsing (frontend): 3573.4 s | |
Codegen & opts (backend): 1785.5 s | |
**** Files that took longest to parse (compiler frontend): | |
25335 ms: ./editor/editor_translation.windows.editor.x86_64.llvm.o | |
21648 ms: ./modules/text_server_adv/text_server_adv.windows.editor.x86_64.llvm.o | |
12415 ms: ./platform/windows/display_server_windows.windows.editor.x86_64.llvm.o |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#define NDEBUG 1 | |
#include <benchmark/benchmark.h> | |
#include <vector> | |
#include <algorithm> | |
#include <numeric> | |
static void vector_squareop(benchmark::State& state) | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
template <typename T> | |
struct range { | |
T _a; | |
T _b; | |
[[nodiscard]] constexpr explicit range(T a, T b) noexcept : _a{a}, _b{b} {} | |
struct end_sentinel { | |
T _value; | |
}; |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SteamVR System Report created Thu Mar 26 21:45:33 2020 | |
<Report> | |
SteamVR Version: 1.11.2 (1585185762) | |
SteamVR Date: 2020-03-26 | |
Steam: Public | |
Steam Branch: beta | |
Steam AppID: 250820 | |
Tracking: lighthouse | |
OS: Linux version 5.5.13-arch1-1 (linux@archlinux) (gcc version 9.3.0 (Arch Linux 9.3.0-1)) #1 SMP PREEMPT Wed, 25 Mar 2020 16:04:40 +0000 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2020-02-21T14:22:15.610Z","extensionVersion":"v3.4.3"} |
NewerOlder