Compare commits

...

8 Commits

Author SHA1 Message Date
5b56be4954 run 2020-02-05 21:20:11 +01:00
TinyAtoms
f12d25a595 for real agian 2020-02-05 15:17:59 -03:00
TinyAtoms
f633833af1 for real agian 2020-02-05 15:04:05 -03:00
TinyAtoms
2ad8a007a0 for real agian 2020-02-05 14:43:51 -03:00
TinyAtoms
29d50f5261 for real agian 2020-02-05 14:39:04 -03:00
TinyAtoms
78700c9408 for real this time 2020-02-05 14:22:10 -03:00
TinyAtoms
904e2d1c0b for real this time 2020-02-05 14:15:02 -03:00
TinyAtoms
64adaa9be1 works 2020-02-05 13:56:39 -03:00
50 changed files with 1624 additions and 1294 deletions

366
CMakeCache.txt Normal file
View File

@ -0,0 +1,366 @@
# This is the CMakeCache file.
# For build in directory: /home/shaquille/hashmap-bench
# It was generated by CMake: /usr/bin/cmake
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
# VALUE is the current value for the KEY.
########################
# EXTERNAL cache entries
########################
//Path to a program.
CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line
//Path to a program.
CMAKE_AR:FILEPATH=/usr/bin/ar
//Choose the type of build, options are: None Debug Release RelWithDebInfo
// MinSizeRel ...
CMAKE_BUILD_TYPE:STRING=
//Enable/Disable color output during build.
CMAKE_COLOR_MAKEFILE:BOOL=ON
//CXX compiler
CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++
//A wrapper around 'ar' adding the appropriate '--plugin' option
// for the GCC compiler
CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-8
//A wrapper around 'ranlib' adding the appropriate '--plugin' option
// for the GCC compiler
CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-8
//Flags used by the CXX compiler during all build types.
CMAKE_CXX_FLAGS:STRING=
//Flags used by the CXX compiler during DEBUG builds.
CMAKE_CXX_FLAGS_DEBUG:STRING=-g
//Flags used by the CXX compiler during MINSIZEREL builds.
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
//Flags used by the CXX compiler during RELEASE builds.
CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
//Flags used by the CXX compiler during RELWITHDEBINFO builds.
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
//C compiler
CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc
//A wrapper around 'ar' adding the appropriate '--plugin' option
// for the GCC compiler
CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-8
//A wrapper around 'ranlib' adding the appropriate '--plugin' option
// for the GCC compiler
CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-8
//Flags used by the C compiler during all build types.
CMAKE_C_FLAGS:STRING=
//Flags used by the C compiler during DEBUG builds.
CMAKE_C_FLAGS_DEBUG:STRING=-g
//Flags used by the C compiler during MINSIZEREL builds.
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
//Flags used by the C compiler during RELEASE builds.
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
//Flags used by the C compiler during RELWITHDEBINFO builds.
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
//Path to a program.
CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND
//Flags used by the linker during all build types.
CMAKE_EXE_LINKER_FLAGS:STRING=
//Flags used by the linker during DEBUG builds.
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during MINSIZEREL builds.
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during RELEASE builds.
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during RELWITHDEBINFO builds.
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Enable/Disable output of compile commands during generation.
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF
//Install path prefix, prepended onto install directories.
CMAKE_INSTALL_PREFIX:PATH=/usr/local
//Path to a program.
CMAKE_LINKER:FILEPATH=/usr/bin/ld
//Path to a program.
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make
//Flags used by the linker during the creation of modules during
// all build types.
CMAKE_MODULE_LINKER_FLAGS:STRING=
//Flags used by the linker during the creation of modules during
// DEBUG builds.
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during the creation of modules during
// MINSIZEREL builds.
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during the creation of modules during
// RELEASE builds.
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during the creation of modules during
// RELWITHDEBINFO builds.
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Path to a program.
CMAKE_NM:FILEPATH=/usr/bin/nm
//Path to a program.
CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy
//Path to a program.
CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump
//Value Computed by CMake
CMAKE_PROJECT_DESCRIPTION:STATIC=
//Value Computed by CMake
CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
//Value Computed by CMake
CMAKE_PROJECT_NAME:STATIC=another_studproject
//Path to a program.
CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
//Path to a program.
CMAKE_READELF:FILEPATH=/usr/bin/readelf
//Flags used by the linker during the creation of shared libraries
// during all build types.
CMAKE_SHARED_LINKER_FLAGS:STRING=
//Flags used by the linker during the creation of shared libraries
// during DEBUG builds.
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during the creation of shared libraries
// during MINSIZEREL builds.
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during the creation of shared libraries
// during RELEASE builds.
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during the creation of shared libraries
// during RELWITHDEBINFO builds.
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//If set, runtime paths are not added when installing shared libraries,
// but are added when building.
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
//If set, runtime paths are not added when using shared libraries.
CMAKE_SKIP_RPATH:BOOL=NO
//Flags used by the linker during the creation of static libraries
// during all build types.
CMAKE_STATIC_LINKER_FLAGS:STRING=
//Flags used by the linker during the creation of static libraries
// during DEBUG builds.
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during the creation of static libraries
// during MINSIZEREL builds.
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during the creation of static libraries
// during RELEASE builds.
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during the creation of static libraries
// during RELWITHDEBINFO builds.
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Path to a program.
CMAKE_STRIP:FILEPATH=/usr/bin/strip
//If this value is on, makefiles will be generated without the
// .SILENT directive, and all commands will be echoed to the console
// during the make. This is useful for debugging only. With Visual
// Studio IDE projects all commands are done without /nologo.
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
//Value Computed by CMake
another_studproject_BINARY_DIR:STATIC=/home/shaquille/hashmap-bench
//Value Computed by CMake
another_studproject_SOURCE_DIR:STATIC=/home/shaquille/hashmap-bench
########################
# INTERNAL cache entries
########################
//ADVANCED property for variable: CMAKE_ADDR2LINE
CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_AR
CMAKE_AR-ADVANCED:INTERNAL=1
//This is the directory where this CMakeCache.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=/home/shaquille/hashmap-bench
//Major version of cmake used to create the current loaded cache
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
//Minor version of cmake used to create the current loaded cache
CMAKE_CACHE_MINOR_VERSION:INTERNAL=16
//Patch version of cmake used to create the current loaded cache
CMAKE_CACHE_PATCH_VERSION:INTERNAL=3
//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
//Path to cpack program executable.
CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
//Path to ctest program executable.
CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
//ADVANCED property for variable: CMAKE_CXX_COMPILER
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR
CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB
CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_COMPILER
CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_COMPILER_AR
CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB
CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_DLLTOOL
CMAKE_DLLTOOL-ADVANCED:INTERNAL=1
//Executable file format
CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
//Name of external makefile project generator.
CMAKE_EXTRA_GENERATOR:INTERNAL=
//Name of generator.
CMAKE_GENERATOR:INTERNAL=Unix Makefiles
//Generator instance identifier.
CMAKE_GENERATOR_INSTANCE:INTERNAL=
//Name of generator platform.
CMAKE_GENERATOR_PLATFORM:INTERNAL=
//Name of generator toolset.
CMAKE_GENERATOR_TOOLSET:INTERNAL=
//Source directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=/home/shaquille/hashmap-bench
//Install .so files without execute permission.
CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1
//ADVANCED property for variable: CMAKE_LINKER
CMAKE_LINKER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_NM
CMAKE_NM-ADVANCED:INTERNAL=1
//number of local generators
CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1
//ADVANCED property for variable: CMAKE_OBJCOPY
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_OBJDUMP
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
//Platform information initialized
CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
//ADVANCED property for variable: CMAKE_RANLIB
CMAKE_RANLIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_READELF
CMAKE_READELF-ADVANCED:INTERNAL=1
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.16
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_RPATH
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STRIP
CMAKE_STRIP-ADVANCED:INTERNAL=1
//uname command
CMAKE_UNAME:INTERNAL=/bin/uname
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1

View File

@ -1,7 +1,7 @@
set(CMAKE_C_COMPILER "/usr/bin/clang")
set(CMAKE_C_COMPILER "/usr/bin/cc")
set(CMAKE_C_COMPILER_ARG1 "")
set(CMAKE_C_COMPILER_ID "Clang")
set(CMAKE_C_COMPILER_VERSION "9.0.0")
set(CMAKE_C_COMPILER_ID "GNU")
set(CMAKE_C_COMPILER_VERSION "8.3.0")
set(CMAKE_C_COMPILER_VERSION_INTERNAL "")
set(CMAKE_C_COMPILER_WRAPPER "")
set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "11")
@ -12,18 +12,18 @@ set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert")
set(CMAKE_C_PLATFORM_ID "Linux")
set(CMAKE_C_SIMULATE_ID "")
set(CMAKE_C_COMPILER_FRONTEND_VARIANT "GNU")
set(CMAKE_C_COMPILER_FRONTEND_VARIANT "")
set(CMAKE_C_SIMULATE_VERSION "")
set(CMAKE_AR "/usr/bin/ar")
set(CMAKE_C_COMPILER_AR "/usr/bin/llvm-ar")
set(CMAKE_C_COMPILER_AR "/usr/bin/gcc-ar-8")
set(CMAKE_RANLIB "/usr/bin/ranlib")
set(CMAKE_C_COMPILER_RANLIB "/usr/bin/llvm-ranlib")
set(CMAKE_C_COMPILER_RANLIB "/usr/bin/gcc-ranlib-8")
set(CMAKE_LINKER "/usr/bin/ld")
set(CMAKE_MT "")
set(CMAKE_COMPILER_IS_GNUCC )
set(CMAKE_COMPILER_IS_GNUCC 1)
set(CMAKE_C_COMPILER_LOADED 1)
set(CMAKE_C_COMPILER_WORKS TRUE)
set(CMAKE_C_ABI_COMPILED TRUE)
@ -47,7 +47,7 @@ set(CMAKE_C_LINKER_PREFERENCE 10)
# Save compiler ABI information.
set(CMAKE_C_SIZEOF_DATA_PTR "8")
set(CMAKE_C_COMPILER_ABI "ELF")
set(CMAKE_C_LIBRARY_ARCHITECTURE "")
set(CMAKE_C_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
if(CMAKE_C_SIZEOF_DATA_PTR)
set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}")
@ -58,7 +58,7 @@ if(CMAKE_C_COMPILER_ABI)
endif()
if(CMAKE_C_LIBRARY_ARCHITECTURE)
set(CMAKE_LIBRARY_ARCHITECTURE "")
set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
endif()
set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "")
@ -70,7 +70,7 @@ endif()
set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/usr/local/include;/usr/lib/clang/9.0.0/include;/usr/include")
set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/8/include;/usr/local/include;/usr/lib/gcc/x86_64-linux-gnu/8/include-fixed;/usr/include/x86_64-linux-gnu;/usr/include")
set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;gcc_s;c;gcc;gcc_s")
set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib64/gcc/x86_64-pc-linux-gnu/9.2.0;/usr/lib64;/lib64;/usr/lib;/lib")
set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/8;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib")
set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")

View File

@ -1,7 +1,7 @@
set(CMAKE_CXX_COMPILER "/usr/bin/clang++")
set(CMAKE_CXX_COMPILER "/usr/bin/c++")
set(CMAKE_CXX_COMPILER_ARG1 "")
set(CMAKE_CXX_COMPILER_ID "Clang")
set(CMAKE_CXX_COMPILER_VERSION "9.0.0")
set(CMAKE_CXX_COMPILER_ID "GNU")
set(CMAKE_CXX_COMPILER_VERSION "8.3.0")
set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "")
set(CMAKE_CXX_COMPILER_WRAPPER "")
set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "14")
@ -14,18 +14,18 @@ set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20")
set(CMAKE_CXX_PLATFORM_ID "Linux")
set(CMAKE_CXX_SIMULATE_ID "")
set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU")
set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "")
set(CMAKE_CXX_SIMULATE_VERSION "")
set(CMAKE_AR "/usr/bin/ar")
set(CMAKE_CXX_COMPILER_AR "/usr/bin/llvm-ar")
set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar-8")
set(CMAKE_RANLIB "/usr/bin/ranlib")
set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/llvm-ranlib")
set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib-8")
set(CMAKE_LINKER "/usr/bin/ld")
set(CMAKE_MT "")
set(CMAKE_COMPILER_IS_GNUCXX )
set(CMAKE_COMPILER_IS_GNUCXX 1)
set(CMAKE_CXX_COMPILER_LOADED 1)
set(CMAKE_CXX_COMPILER_WORKS TRUE)
set(CMAKE_CXX_ABI_COMPILED TRUE)
@ -42,15 +42,24 @@ if(CMAKE_COMPILER_IS_MINGW)
set(MINGW 1)
endif()
set(CMAKE_CXX_COMPILER_ID_RUN 1)
set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;CPP)
set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC)
set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;mm;CPP)
foreach (lang C OBJC OBJCXX)
if (CMAKE_${lang}_COMPILER_ID_RUN)
foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS)
list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension})
endforeach()
endif()
endforeach()
set(CMAKE_CXX_LINKER_PREFERENCE 30)
set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1)
# Save compiler ABI information.
set(CMAKE_CXX_SIZEOF_DATA_PTR "8")
set(CMAKE_CXX_COMPILER_ABI "ELF")
set(CMAKE_CXX_LIBRARY_ARCHITECTURE "")
set(CMAKE_CXX_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
if(CMAKE_CXX_SIZEOF_DATA_PTR)
set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}")
@ -61,7 +70,7 @@ if(CMAKE_CXX_COMPILER_ABI)
endif()
if(CMAKE_CXX_LIBRARY_ARCHITECTURE)
set(CMAKE_LIBRARY_ARCHITECTURE "")
set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
endif()
set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "")
@ -73,7 +82,7 @@ endif()
set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/usr/include/c++/9.2.0;/usr/include/c++/9.2.0/x86_64-pc-linux-gnu;/usr/include/c++/9.2.0/backward;/usr/local/include;/usr/lib/clang/9.0.0/include;/usr/include")
set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/usr/include/c++/8;/usr/include/x86_64-linux-gnu/c++/8;/usr/include/c++/8/backward;/usr/lib/gcc/x86_64-linux-gnu/8/include;/usr/local/include;/usr/lib/gcc/x86_64-linux-gnu/8/include-fixed;/usr/include/x86_64-linux-gnu;/usr/include")
set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc")
set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib64/gcc/x86_64-pc-linux-gnu/9.2.0;/usr/lib64;/lib64;/usr/lib;/lib")
set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/8;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib")
set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")

View File

@ -1,13 +1,13 @@
set(CMAKE_HOST_SYSTEM "Linux-5.3.12-1-MANJARO")
set(CMAKE_HOST_SYSTEM "Linux-4.4.0-18362-Microsoft")
set(CMAKE_HOST_SYSTEM_NAME "Linux")
set(CMAKE_HOST_SYSTEM_VERSION "5.3.12-1-MANJARO")
set(CMAKE_HOST_SYSTEM_VERSION "4.4.0-18362-Microsoft")
set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
set(CMAKE_SYSTEM "Linux-5.3.12-1-MANJARO")
set(CMAKE_SYSTEM "Linux-4.4.0-18362-Microsoft")
set(CMAKE_SYSTEM_NAME "Linux")
set(CMAKE_SYSTEM_VERSION "5.3.12-1-MANJARO")
set(CMAKE_SYSTEM_VERSION "4.4.0-18362-Microsoft")
set(CMAKE_SYSTEM_PROCESSOR "x86_64")
set(CMAKE_CROSSCOMPILING "FALSE")

View File

@ -283,7 +283,7 @@
# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__))
# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__))
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100)
# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100))
# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__)
@ -507,6 +507,12 @@ char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
# elif defined(__ICC430__)
# define ARCHITECTURE_ID "MSP430"
# elif defined(__ICCV850__)
# define ARCHITECTURE_ID "V850"
# elif defined(__ICC8051__)
# define ARCHITECTURE_ID "8051"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif

View File

@ -281,7 +281,7 @@
# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__))
# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__))
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100)
# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100))
# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__)
@ -492,6 +492,12 @@ char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
# elif defined(__ICC430__)
# define ARCHITECTURE_ID "MSP430"
# elif defined(__ICCV850__)
# define ARCHITECTURE_ID "V850"
# elif defined(__ICC8051__)
# define ARCHITECTURE_ID "8051"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
@ -596,10 +602,20 @@ char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
#if defined(_MSC_VER) && defined(_MSVC_LANG)
#define CXX_STD _MSVC_LANG
#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) && _MSVC_LANG < 201403L
# if defined(__INTEL_CXX11_MODE__)
# if defined(__cpp_aggregate_nsdmi)
# define CXX_STD 201402L
# else
# define CXX_STD 201103L
# endif
# else
# define CXX_STD 199711L
# endif
#elif defined(_MSC_VER) && defined(_MSVC_LANG)
# define CXX_STD _MSVC_LANG
#else
#define CXX_STD __cplusplus
# define CXX_STD __cplusplus
#endif
const char* info_language_dialect_default = "INFO" ":" "dialect_default["

View File

@ -1,9 +1,9 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.15
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/massiveatoms/Desktop/studieproject/homebrew")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/massiveatoms/Desktop/studieproject/homebrew/cmake-build-debug")
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/shaquille/hashmap-bench")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/shaquille/hashmap-bench")
# Force unix paths in dependencies.
set(CMAKE_FORCE_UNIX_PATHS 1)

459
CMakeFiles/CMakeOutput.log Normal file
View File

@ -0,0 +1,459 @@
The system is: Linux - 4.4.0-18362-Microsoft - x86_64
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler: /usr/bin/cc
Build flags:
Id flags:
The output was:
0
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
The C compiler identification is GNU, found in "/home/shaquille/hashmap-bench/CMakeFiles/3.16.3/CompilerIdC/a.out"
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
Compiler: /usr/bin/c++
Build flags:
Id flags:
The output was:
0
Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
The CXX compiler identification is GNU, found in "/home/shaquille/hashmap-bench/CMakeFiles/3.16.3/CompilerIdCXX/a.out"
Determining if the C compiler works passed with the following output:
Change Dir: /home/shaquille/hashmap-bench/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make cmTC_a16fe/fast && /usr/bin/make -f CMakeFiles/cmTC_a16fe.dir/build.make CMakeFiles/cmTC_a16fe.dir/build
make[1]: Entering directory '/home/shaquille/hashmap-bench/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_a16fe.dir/testCCompiler.c.o
/usr/bin/cc -o CMakeFiles/cmTC_a16fe.dir/testCCompiler.c.o -c /home/shaquille/hashmap-bench/CMakeFiles/CMakeTmp/testCCompiler.c
Linking C executable cmTC_a16fe
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a16fe.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTC_a16fe.dir/testCCompiler.c.o -o cmTC_a16fe
make[1]: Leaving directory '/home/shaquille/hashmap-bench/CMakeFiles/CMakeTmp'
Detecting C compiler ABI info compiled with the following output:
Change Dir: /home/shaquille/hashmap-bench/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make cmTC_d726d/fast && /usr/bin/make -f CMakeFiles/cmTC_d726d.dir/build.make CMakeFiles/cmTC_d726d.dir/build
make[1]: Entering directory '/home/shaquille/hashmap-bench/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_d726d.dir/CMakeCCompilerABI.c.o
/usr/bin/cc -v -o CMakeFiles/cmTC_d726d.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.16/Modules/CMakeCCompilerABI.c
Using built-in specs.
COLLECT_GCC=/usr/bin/cc
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 8.3.0-6' --with-bugurl=file:///usr/share/doc/gcc-8/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-8 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 8.3.0 (Debian 8.3.0-6)
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_d726d.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'
/usr/lib/gcc/x86_64-linux-gnu/8/cc1 -quiet -v -imultiarch x86_64-linux-gnu /usr/share/cmake-3.16/Modules/CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_d726d.dir/CMakeCCompilerABI.c.o -version -o /tmp/ccCJ4Aop.s
GNU C17 (Debian 8.3.0-6) version 8.3.0 (x86_64-linux-gnu)
compiled by GNU C version 8.3.0, GMP version 6.1.2, MPFR version 4.0.2, MPC version 1.1.0, isl version isl-0.20-GMP
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"
ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/8/../../../../x86_64-linux-gnu/include"
#include "..." search starts here:
#include <...> search starts here:
/usr/lib/gcc/x86_64-linux-gnu/8/include
/usr/local/include
/usr/lib/gcc/x86_64-linux-gnu/8/include-fixed
/usr/include/x86_64-linux-gnu
/usr/include
End of search list.
GNU C17 (Debian 8.3.0-6) version 8.3.0 (x86_64-linux-gnu)
compiled by GNU C version 8.3.0, GMP version 6.1.2, MPFR version 4.0.2, MPC version 1.1.0, isl version isl-0.20-GMP
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 694977f912fd7ca2c14d66a7306be21c
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_d726d.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'
as -v --64 -o CMakeFiles/cmTC_d726d.dir/CMakeCCompilerABI.c.o /tmp/ccCJ4Aop.s
GNU assembler version 2.31.1 (x86_64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.31.1
COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_d726d.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'
Linking C executable cmTC_d726d
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d726d.dir/link.txt --verbose=1
/usr/bin/cc -v CMakeFiles/cmTC_d726d.dir/CMakeCCompilerABI.c.o -o cmTC_d726d
Using built-in specs.
COLLECT_GCC=/usr/bin/cc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/8/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 8.3.0-6' --with-bugurl=file:///usr/share/doc/gcc-8/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-8 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 8.3.0 (Debian 8.3.0-6)
COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_d726d' '-mtune=generic' '-march=x86-64'
/usr/lib/gcc/x86_64-linux-gnu/8/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/8/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/8/lto-wrapper -plugin-opt=-fresolution=/tmp/ccXUioDu.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_d726d /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/8/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/8 -L/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/8/../../.. CMakeFiles/cmTC_d726d.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-linux-gnu/8/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/crtn.o
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_d726d' '-mtune=generic' '-march=x86-64'
make[1]: Leaving directory '/home/shaquille/hashmap-bench/CMakeFiles/CMakeTmp'
Parsed C implicit include dir info from above output: rv=done
found start of include info
found start of implicit include info
add: [/usr/lib/gcc/x86_64-linux-gnu/8/include]
add: [/usr/local/include]
add: [/usr/lib/gcc/x86_64-linux-gnu/8/include-fixed]
add: [/usr/include/x86_64-linux-gnu]
add: [/usr/include]
end of search list found
collapse include dir [/usr/lib/gcc/x86_64-linux-gnu/8/include] ==> [/usr/lib/gcc/x86_64-linux-gnu/8/include]
collapse include dir [/usr/local/include] ==> [/usr/local/include]
collapse include dir [/usr/lib/gcc/x86_64-linux-gnu/8/include-fixed] ==> [/usr/lib/gcc/x86_64-linux-gnu/8/include-fixed]
collapse include dir [/usr/include/x86_64-linux-gnu] ==> [/usr/include/x86_64-linux-gnu]
collapse include dir [/usr/include] ==> [/usr/include]
implicit include dirs: [/usr/lib/gcc/x86_64-linux-gnu/8/include;/usr/local/include;/usr/lib/gcc/x86_64-linux-gnu/8/include-fixed;/usr/include/x86_64-linux-gnu;/usr/include]
Parsed C implicit link information from above output:
link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /home/shaquille/hashmap-bench/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command(s):/usr/bin/make cmTC_d726d/fast && /usr/bin/make -f CMakeFiles/cmTC_d726d.dir/build.make CMakeFiles/cmTC_d726d.dir/build]
ignore line: [make[1]: Entering directory '/home/shaquille/hashmap-bench/CMakeFiles/CMakeTmp']
ignore line: [Building C object CMakeFiles/cmTC_d726d.dir/CMakeCCompilerABI.c.o]
ignore line: [/usr/bin/cc -v -o CMakeFiles/cmTC_d726d.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.16/Modules/CMakeCCompilerABI.c]
ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=/usr/bin/cc]
ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none]
ignore line: [OFFLOAD_TARGET_DEFAULT=1]
ignore line: [Target: x86_64-linux-gnu]
ignore line: [Configured with: ../src/configure -v --with-pkgversion='Debian 8.3.0-6' --with-bugurl=file:///usr/share/doc/gcc-8/README.Bugs --enable-languages=c ada c++ go brig d fortran objc obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-8 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu]
ignore line: [Thread model: posix]
ignore line: [gcc version 8.3.0 (Debian 8.3.0-6) ]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_d726d.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64']
ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/8/cc1 -quiet -v -imultiarch x86_64-linux-gnu /usr/share/cmake-3.16/Modules/CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_d726d.dir/CMakeCCompilerABI.c.o -version -o /tmp/ccCJ4Aop.s]
ignore line: [GNU C17 (Debian 8.3.0-6) version 8.3.0 (x86_64-linux-gnu)]
ignore line: [ compiled by GNU C version 8.3.0 GMP version 6.1.2 MPFR version 4.0.2 MPC version 1.1.0 isl version isl-0.20-GMP]
ignore line: []
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
ignore line: [ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"]
ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/8/../../../../x86_64-linux-gnu/include"]
ignore line: [#include "..." search starts here:]
ignore line: [#include <...> search starts here:]
ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/8/include]
ignore line: [ /usr/local/include]
ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/8/include-fixed]
ignore line: [ /usr/include/x86_64-linux-gnu]
ignore line: [ /usr/include]
ignore line: [End of search list.]
ignore line: [GNU C17 (Debian 8.3.0-6) version 8.3.0 (x86_64-linux-gnu)]
ignore line: [ compiled by GNU C version 8.3.0 GMP version 6.1.2 MPFR version 4.0.2 MPC version 1.1.0 isl version isl-0.20-GMP]
ignore line: []
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
ignore line: [Compiler executable checksum: 694977f912fd7ca2c14d66a7306be21c]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_d726d.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64']
ignore line: [ as -v --64 -o CMakeFiles/cmTC_d726d.dir/CMakeCCompilerABI.c.o /tmp/ccCJ4Aop.s]
ignore line: [GNU assembler version 2.31.1 (x86_64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.31.1]
ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/]
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../:/lib/:/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_d726d.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64']
ignore line: [Linking C executable cmTC_d726d]
ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d726d.dir/link.txt --verbose=1]
ignore line: [/usr/bin/cc -v CMakeFiles/cmTC_d726d.dir/CMakeCCompilerABI.c.o -o cmTC_d726d ]
ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=/usr/bin/cc]
ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/8/lto-wrapper]
ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none]
ignore line: [OFFLOAD_TARGET_DEFAULT=1]
ignore line: [Target: x86_64-linux-gnu]
ignore line: [Configured with: ../src/configure -v --with-pkgversion='Debian 8.3.0-6' --with-bugurl=file:///usr/share/doc/gcc-8/README.Bugs --enable-languages=c ada c++ go brig d fortran objc obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-8 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu]
ignore line: [Thread model: posix]
ignore line: [gcc version 8.3.0 (Debian 8.3.0-6) ]
ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/]
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../:/lib/:/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_d726d' '-mtune=generic' '-march=x86-64']
link line: [ /usr/lib/gcc/x86_64-linux-gnu/8/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/8/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/8/lto-wrapper -plugin-opt=-fresolution=/tmp/ccXUioDu.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_d726d /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/8/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/8 -L/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/8/../../.. CMakeFiles/cmTC_d726d.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-linux-gnu/8/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/crtn.o]
arg [/usr/lib/gcc/x86_64-linux-gnu/8/collect2] ==> ignore
arg [-plugin] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/8/liblto_plugin.so] ==> ignore
arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/8/lto-wrapper] ==> ignore
arg [-plugin-opt=-fresolution=/tmp/ccXUioDu.res] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
arg [-plugin-opt=-pass-through=-lc] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
arg [--build-id] ==> ignore
arg [--eh-frame-hdr] ==> ignore
arg [-m] ==> ignore
arg [elf_x86_64] ==> ignore
arg [--hash-style=gnu] ==> ignore
arg [-dynamic-linker] ==> ignore
arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
arg [-pie] ==> ignore
arg [-o] ==> ignore
arg [cmTC_d726d] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/Scrt1.o] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/crti.o] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/8/crtbeginS.o] ==> ignore
arg [-L/usr/lib/gcc/x86_64-linux-gnu/8] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/8]
arg [-L/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu]
arg [-L/usr/lib/gcc/x86_64-linux-gnu/8/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/8/../../../../lib]
arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
arg [-L/lib/../lib] ==> dir [/lib/../lib]
arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
arg [-L/usr/lib/gcc/x86_64-linux-gnu/8/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/8/../../..]
arg [CMakeFiles/cmTC_d726d.dir/CMakeCCompilerABI.c.o] ==> ignore
arg [-lgcc] ==> lib [gcc]
arg [--push-state] ==> ignore
arg [--as-needed] ==> ignore
arg [-lgcc_s] ==> lib [gcc_s]
arg [--pop-state] ==> ignore
arg [-lc] ==> lib [c]
arg [-lgcc] ==> lib [gcc]
arg [--push-state] ==> ignore
arg [--as-needed] ==> ignore
arg [-lgcc_s] ==> lib [gcc_s]
arg [--pop-state] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/8/crtendS.o] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/crtn.o] ==> ignore
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/8] ==> [/usr/lib/gcc/x86_64-linux-gnu/8]
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/8/../../../../lib] ==> [/usr/lib]
collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
collapse library dir [/lib/../lib] ==> [/lib]
collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/8/../../..] ==> [/usr/lib]
implicit libs: [gcc;gcc_s;c;gcc;gcc_s]
implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/8;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib]
implicit fwks: []
Determining if the CXX compiler works passed with the following output:
Change Dir: /home/shaquille/hashmap-bench/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make cmTC_e0f61/fast && /usr/bin/make -f CMakeFiles/cmTC_e0f61.dir/build.make CMakeFiles/cmTC_e0f61.dir/build
make[1]: Entering directory '/home/shaquille/hashmap-bench/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_e0f61.dir/testCXXCompiler.cxx.o
/usr/bin/c++ -o CMakeFiles/cmTC_e0f61.dir/testCXXCompiler.cxx.o -c /home/shaquille/hashmap-bench/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
Linking CXX executable cmTC_e0f61
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e0f61.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTC_e0f61.dir/testCXXCompiler.cxx.o -o cmTC_e0f61
make[1]: Leaving directory '/home/shaquille/hashmap-bench/CMakeFiles/CMakeTmp'
Detecting CXX compiler ABI info compiled with the following output:
Change Dir: /home/shaquille/hashmap-bench/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make cmTC_a32e9/fast && /usr/bin/make -f CMakeFiles/cmTC_a32e9.dir/build.make CMakeFiles/cmTC_a32e9.dir/build
make[1]: Entering directory '/home/shaquille/hashmap-bench/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_a32e9.dir/CMakeCXXCompilerABI.cpp.o
/usr/bin/c++ -v -o CMakeFiles/cmTC_a32e9.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.16/Modules/CMakeCXXCompilerABI.cpp
Using built-in specs.
COLLECT_GCC=/usr/bin/c++
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 8.3.0-6' --with-bugurl=file:///usr/share/doc/gcc-8/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-8 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 8.3.0 (Debian 8.3.0-6)
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_a32e9.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
/usr/lib/gcc/x86_64-linux-gnu/8/cc1plus -quiet -v -imultiarch x86_64-linux-gnu -D_GNU_SOURCE /usr/share/cmake-3.16/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpbase CMakeCXXCompilerABI.cpp -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_a32e9.dir/CMakeCXXCompilerABI.cpp.o -version -o /tmp/ccWJCBh2.s
GNU C++14 (Debian 8.3.0-6) version 8.3.0 (x86_64-linux-gnu)
compiled by GNU C version 8.3.0, GMP version 6.1.2, MPFR version 4.0.2, MPC version 1.1.0, isl version isl-0.20-GMP
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring duplicate directory "/usr/include/x86_64-linux-gnu/c++/8"
ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"
ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/8/../../../../x86_64-linux-gnu/include"
#include "..." search starts here:
#include <...> search starts here:
/usr/include/c++/8
/usr/include/x86_64-linux-gnu/c++/8
/usr/include/c++/8/backward
/usr/lib/gcc/x86_64-linux-gnu/8/include
/usr/local/include
/usr/lib/gcc/x86_64-linux-gnu/8/include-fixed
/usr/include/x86_64-linux-gnu
/usr/include
End of search list.
GNU C++14 (Debian 8.3.0-6) version 8.3.0 (x86_64-linux-gnu)
compiled by GNU C version 8.3.0, GMP version 6.1.2, MPFR version 4.0.2, MPC version 1.1.0, isl version isl-0.20-GMP
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 3c854693d01dc9a844a56a0b1ab1c0f4
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_a32e9.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
as -v --64 -o CMakeFiles/cmTC_a32e9.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccWJCBh2.s
GNU assembler version 2.31.1 (x86_64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.31.1
COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_a32e9.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
Linking CXX executable cmTC_a32e9
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a32e9.dir/link.txt --verbose=1
/usr/bin/c++ -v CMakeFiles/cmTC_a32e9.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_a32e9
Using built-in specs.
COLLECT_GCC=/usr/bin/c++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/8/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 8.3.0-6' --with-bugurl=file:///usr/share/doc/gcc-8/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-8 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 8.3.0 (Debian 8.3.0-6)
COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_a32e9' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
/usr/lib/gcc/x86_64-linux-gnu/8/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/8/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/8/lto-wrapper -plugin-opt=-fresolution=/tmp/ccWot11W.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_a32e9 /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/8/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/8 -L/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/8/../../.. CMakeFiles/cmTC_a32e9.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/8/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/crtn.o
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_a32e9' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
make[1]: Leaving directory '/home/shaquille/hashmap-bench/CMakeFiles/CMakeTmp'
Parsed CXX implicit include dir info from above output: rv=done
found start of include info
found start of implicit include info
add: [/usr/include/c++/8]
add: [/usr/include/x86_64-linux-gnu/c++/8]
add: [/usr/include/c++/8/backward]
add: [/usr/lib/gcc/x86_64-linux-gnu/8/include]
add: [/usr/local/include]
add: [/usr/lib/gcc/x86_64-linux-gnu/8/include-fixed]
add: [/usr/include/x86_64-linux-gnu]
add: [/usr/include]
end of search list found
collapse include dir [/usr/include/c++/8] ==> [/usr/include/c++/8]
collapse include dir [/usr/include/x86_64-linux-gnu/c++/8] ==> [/usr/include/x86_64-linux-gnu/c++/8]
collapse include dir [/usr/include/c++/8/backward] ==> [/usr/include/c++/8/backward]
collapse include dir [/usr/lib/gcc/x86_64-linux-gnu/8/include] ==> [/usr/lib/gcc/x86_64-linux-gnu/8/include]
collapse include dir [/usr/local/include] ==> [/usr/local/include]
collapse include dir [/usr/lib/gcc/x86_64-linux-gnu/8/include-fixed] ==> [/usr/lib/gcc/x86_64-linux-gnu/8/include-fixed]
collapse include dir [/usr/include/x86_64-linux-gnu] ==> [/usr/include/x86_64-linux-gnu]
collapse include dir [/usr/include] ==> [/usr/include]
implicit include dirs: [/usr/include/c++/8;/usr/include/x86_64-linux-gnu/c++/8;/usr/include/c++/8/backward;/usr/lib/gcc/x86_64-linux-gnu/8/include;/usr/local/include;/usr/lib/gcc/x86_64-linux-gnu/8/include-fixed;/usr/include/x86_64-linux-gnu;/usr/include]
Parsed CXX implicit link information from above output:
link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /home/shaquille/hashmap-bench/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command(s):/usr/bin/make cmTC_a32e9/fast && /usr/bin/make -f CMakeFiles/cmTC_a32e9.dir/build.make CMakeFiles/cmTC_a32e9.dir/build]
ignore line: [make[1]: Entering directory '/home/shaquille/hashmap-bench/CMakeFiles/CMakeTmp']
ignore line: [Building CXX object CMakeFiles/cmTC_a32e9.dir/CMakeCXXCompilerABI.cpp.o]
ignore line: [/usr/bin/c++ -v -o CMakeFiles/cmTC_a32e9.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.16/Modules/CMakeCXXCompilerABI.cpp]
ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=/usr/bin/c++]
ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none]
ignore line: [OFFLOAD_TARGET_DEFAULT=1]
ignore line: [Target: x86_64-linux-gnu]
ignore line: [Configured with: ../src/configure -v --with-pkgversion='Debian 8.3.0-6' --with-bugurl=file:///usr/share/doc/gcc-8/README.Bugs --enable-languages=c ada c++ go brig d fortran objc obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-8 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu]
ignore line: [Thread model: posix]
ignore line: [gcc version 8.3.0 (Debian 8.3.0-6) ]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_a32e9.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/8/cc1plus -quiet -v -imultiarch x86_64-linux-gnu -D_GNU_SOURCE /usr/share/cmake-3.16/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpbase CMakeCXXCompilerABI.cpp -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_a32e9.dir/CMakeCXXCompilerABI.cpp.o -version -o /tmp/ccWJCBh2.s]
ignore line: [GNU C++14 (Debian 8.3.0-6) version 8.3.0 (x86_64-linux-gnu)]
ignore line: [ compiled by GNU C version 8.3.0 GMP version 6.1.2 MPFR version 4.0.2 MPC version 1.1.0 isl version isl-0.20-GMP]
ignore line: []
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
ignore line: [ignoring duplicate directory "/usr/include/x86_64-linux-gnu/c++/8"]
ignore line: [ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"]
ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/8/../../../../x86_64-linux-gnu/include"]
ignore line: [#include "..." search starts here:]
ignore line: [#include <...> search starts here:]
ignore line: [ /usr/include/c++/8]
ignore line: [ /usr/include/x86_64-linux-gnu/c++/8]
ignore line: [ /usr/include/c++/8/backward]
ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/8/include]
ignore line: [ /usr/local/include]
ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/8/include-fixed]
ignore line: [ /usr/include/x86_64-linux-gnu]
ignore line: [ /usr/include]
ignore line: [End of search list.]
ignore line: [GNU C++14 (Debian 8.3.0-6) version 8.3.0 (x86_64-linux-gnu)]
ignore line: [ compiled by GNU C version 8.3.0 GMP version 6.1.2 MPFR version 4.0.2 MPC version 1.1.0 isl version isl-0.20-GMP]
ignore line: []
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
ignore line: [Compiler executable checksum: 3c854693d01dc9a844a56a0b1ab1c0f4]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_a32e9.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
ignore line: [ as -v --64 -o CMakeFiles/cmTC_a32e9.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccWJCBh2.s]
ignore line: [GNU assembler version 2.31.1 (x86_64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.31.1]
ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/]
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../:/lib/:/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_a32e9.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
ignore line: [Linking CXX executable cmTC_a32e9]
ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a32e9.dir/link.txt --verbose=1]
ignore line: [/usr/bin/c++ -v CMakeFiles/cmTC_a32e9.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_a32e9 ]
ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=/usr/bin/c++]
ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/8/lto-wrapper]
ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none]
ignore line: [OFFLOAD_TARGET_DEFAULT=1]
ignore line: [Target: x86_64-linux-gnu]
ignore line: [Configured with: ../src/configure -v --with-pkgversion='Debian 8.3.0-6' --with-bugurl=file:///usr/share/doc/gcc-8/README.Bugs --enable-languages=c ada c++ go brig d fortran objc obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-8 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu]
ignore line: [Thread model: posix]
ignore line: [gcc version 8.3.0 (Debian 8.3.0-6) ]
ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/]
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../:/lib/:/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_a32e9' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
link line: [ /usr/lib/gcc/x86_64-linux-gnu/8/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/8/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/8/lto-wrapper -plugin-opt=-fresolution=/tmp/ccWot11W.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_a32e9 /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/8/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/8 -L/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/8/../../.. CMakeFiles/cmTC_a32e9.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/8/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/crtn.o]
arg [/usr/lib/gcc/x86_64-linux-gnu/8/collect2] ==> ignore
arg [-plugin] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/8/liblto_plugin.so] ==> ignore
arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/8/lto-wrapper] ==> ignore
arg [-plugin-opt=-fresolution=/tmp/ccWot11W.res] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
arg [-plugin-opt=-pass-through=-lc] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
arg [--build-id] ==> ignore
arg [--eh-frame-hdr] ==> ignore
arg [-m] ==> ignore
arg [elf_x86_64] ==> ignore
arg [--hash-style=gnu] ==> ignore
arg [-dynamic-linker] ==> ignore
arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
arg [-pie] ==> ignore
arg [-o] ==> ignore
arg [cmTC_a32e9] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/Scrt1.o] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/crti.o] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/8/crtbeginS.o] ==> ignore
arg [-L/usr/lib/gcc/x86_64-linux-gnu/8] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/8]
arg [-L/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu]
arg [-L/usr/lib/gcc/x86_64-linux-gnu/8/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/8/../../../../lib]
arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
arg [-L/lib/../lib] ==> dir [/lib/../lib]
arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
arg [-L/usr/lib/gcc/x86_64-linux-gnu/8/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/8/../../..]
arg [CMakeFiles/cmTC_a32e9.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
arg [-lstdc++] ==> lib [stdc++]
arg [-lm] ==> lib [m]
arg [-lgcc_s] ==> lib [gcc_s]
arg [-lgcc] ==> lib [gcc]
arg [-lc] ==> lib [c]
arg [-lgcc_s] ==> lib [gcc_s]
arg [-lgcc] ==> lib [gcc]
arg [/usr/lib/gcc/x86_64-linux-gnu/8/crtendS.o] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/crtn.o] ==> ignore
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/8] ==> [/usr/lib/gcc/x86_64-linux-gnu/8]
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/8/../../../../lib] ==> [/usr/lib]
collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
collapse library dir [/lib/../lib] ==> [/lib]
collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/8/../../..] ==> [/usr/lib]
implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc]
implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/8;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib]
implicit fwks: []

49
CMakeFiles/Makefile.cmake Normal file
View File

@ -0,0 +1,49 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# The generator used is:
set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles")
# The top level Makefile was generated from the following files:
set(CMAKE_MAKEFILE_DEPENDS
"CMakeCache.txt"
"CMakeFiles/3.16.3/CMakeCCompiler.cmake"
"CMakeFiles/3.16.3/CMakeCXXCompiler.cmake"
"CMakeFiles/3.16.3/CMakeSystem.cmake"
"CMakeLists.txt"
"/usr/share/cmake-3.16/Modules/CMakeCInformation.cmake"
"/usr/share/cmake-3.16/Modules/CMakeCXXInformation.cmake"
"/usr/share/cmake-3.16/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake"
"/usr/share/cmake-3.16/Modules/CMakeCommonLanguageInclude.cmake"
"/usr/share/cmake-3.16/Modules/CMakeGenericSystem.cmake"
"/usr/share/cmake-3.16/Modules/CMakeInitializeConfigs.cmake"
"/usr/share/cmake-3.16/Modules/CMakeLanguageInformation.cmake"
"/usr/share/cmake-3.16/Modules/CMakeSystemSpecificInformation.cmake"
"/usr/share/cmake-3.16/Modules/CMakeSystemSpecificInitialize.cmake"
"/usr/share/cmake-3.16/Modules/Compiler/CMakeCommonCompilerMacros.cmake"
"/usr/share/cmake-3.16/Modules/Compiler/GNU-C.cmake"
"/usr/share/cmake-3.16/Modules/Compiler/GNU-CXX.cmake"
"/usr/share/cmake-3.16/Modules/Compiler/GNU.cmake"
"/usr/share/cmake-3.16/Modules/Internal/CMakeCheckCompilerFlag.cmake"
"/usr/share/cmake-3.16/Modules/Platform/Linux-GNU-C.cmake"
"/usr/share/cmake-3.16/Modules/Platform/Linux-GNU-CXX.cmake"
"/usr/share/cmake-3.16/Modules/Platform/Linux-GNU.cmake"
"/usr/share/cmake-3.16/Modules/Platform/Linux.cmake"
"/usr/share/cmake-3.16/Modules/Platform/UnixPaths.cmake"
)
# The corresponding makefile is:
set(CMAKE_MAKEFILE_OUTPUTS
"Makefile"
"CMakeFiles/cmake.check_cache"
)
# Byproducts of CMake generate step:
set(CMAKE_MAKEFILE_PRODUCTS
"CMakeFiles/CMakeDirectoryInformation.cmake"
)
# Dependency information for all targets:
set(CMAKE_DEPEND_INFO_FILES
"CMakeFiles/another_studproject.dir/DependInfo.cmake"
)

View File

@ -1,21 +1,11 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.15
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# The main recursive all target
all:
.PHONY : all
# The main recursive preinstall target
preinstall:
.PHONY : preinstall
#=============================================================================
# Special targets provided by cmake.
@ -54,14 +44,24 @@ RM = /usr/bin/cmake -E remove -f
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/massiveatoms/Desktop/studieproject/homebrew
CMAKE_SOURCE_DIR = /home/shaquille/hashmap-bench
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/massiveatoms/Desktop/studieproject/homebrew/cmake-build-debug
CMAKE_BINARY_DIR = /home/shaquille/hashmap-bench
#=============================================================================
# Directory level rules for the build root directory
# The main recursive "all" target.
all: CMakeFiles/another_studproject.dir/all
.PHONY : all
# The main recursive "preinstall" target.
preinstall:
.PHONY : preinstall
# The main recursive "clean" target.
clean: CMakeFiles/another_studproject.dir/clean
@ -74,19 +74,14 @@ clean: CMakeFiles/another_studproject.dir/clean
CMakeFiles/another_studproject.dir/all:
$(MAKE) -f CMakeFiles/another_studproject.dir/build.make CMakeFiles/another_studproject.dir/depend
$(MAKE) -f CMakeFiles/another_studproject.dir/build.make CMakeFiles/another_studproject.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/massiveatoms/Desktop/studieproject/homebrew/cmake-build-debug/CMakeFiles --progress-num=1,2 "Built target another_studproject"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/shaquille/hashmap-bench/CMakeFiles --progress-num=1,2,3 "Built target another_studproject"
.PHONY : CMakeFiles/another_studproject.dir/all
# Include target in all.
all: CMakeFiles/another_studproject.dir/all
.PHONY : all
# Build rule for subdir invocation for target.
CMakeFiles/another_studproject.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/massiveatoms/Desktop/studieproject/homebrew/cmake-build-debug/CMakeFiles 2
$(CMAKE_COMMAND) -E cmake_progress_start /home/shaquille/hashmap-bench/CMakeFiles 3
$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/another_studproject.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/massiveatoms/Desktop/studieproject/homebrew/cmake-build-debug/CMakeFiles 0
$(CMAKE_COMMAND) -E cmake_progress_start /home/shaquille/hashmap-bench/CMakeFiles 0
.PHONY : CMakeFiles/another_studproject.dir/rule
# Convenience name for target.

View File

@ -0,0 +1,3 @@
/home/shaquille/hashmap-bench/CMakeFiles/rebuild_cache.dir
/home/shaquille/hashmap-bench/CMakeFiles/edit_cache.dir
/home/shaquille/hashmap-bench/CMakeFiles/another_studproject.dir

View File

@ -0,0 +1,50 @@
#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">])
#IncludeRegexScan: ^.*$
#IncludeRegexComplain: ^$
#IncludeRegexTransform:
/home/shaquille/hashmap-bench/main.cpp
iostream
-
unordered_map
-
functional
-
fstream
-
./src/includes/aggregate_tests.h
/home/shaquille/hashmap-bench/src/includes/aggregate_tests.h
/home/shaquille/hashmap-bench/src/includes/aggregate_tests.h
string
-
./tests.h
/home/shaquille/hashmap-bench/src/includes/tests.h
ostream
-
iostream
-
thread
-
/home/shaquille/hashmap-bench/src/includes/generator.h
random
-
string
-
/home/shaquille/hashmap-bench/src/includes/tests.h
vector
-
algorithm
-
iterator
-
chrono
-
./generator.h
/home/shaquille/hashmap-bench/src/includes/generator.h

View File

@ -4,9 +4,10 @@ set(CMAKE_DEPENDS_LANGUAGES
)
# The set of files for implicit dependencies of each language:
set(CMAKE_DEPENDS_CHECK_CXX
"/home/massiveatoms/Desktop/studieproject/homebrew/main.cpp" "/home/massiveatoms/Desktop/studieproject/homebrew/cmake-build-debug/CMakeFiles/another_studproject.dir/main.cpp.o"
"/home/shaquille/hashmap-bench/main.cpp" "/home/shaquille/hashmap-bench/CMakeFiles/another_studproject.dir/main.cpp.o"
"/home/shaquille/hashmap-bench/src/generator.cpp" "/home/shaquille/hashmap-bench/CMakeFiles/another_studproject.dir/src/generator.cpp.o"
)
set(CMAKE_CXX_COMPILER_ID "Clang")
set(CMAKE_CXX_COMPILER_ID "GNU")
# The include file search paths:
set(CMAKE_CXX_TARGET_INCLUDE_PATH

View File

@ -1,5 +1,5 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.15
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
@ -43,10 +43,10 @@ RM = /usr/bin/cmake -E remove -f
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/massiveatoms/Desktop/studieproject/homebrew
CMAKE_SOURCE_DIR = /home/shaquille/hashmap-bench
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/massiveatoms/Desktop/studieproject/homebrew/cmake-build-debug
CMAKE_BINARY_DIR = /home/shaquille/hashmap-bench
# Include any dependencies generated for this target.
include CMakeFiles/another_studproject.dir/depend.make
@ -57,30 +57,45 @@ include CMakeFiles/another_studproject.dir/progress.make
# Include the compile flags for this target's objects.
include CMakeFiles/another_studproject.dir/flags.make
CMakeFiles/another_studproject.dir/src/generator.cpp.o: CMakeFiles/another_studproject.dir/flags.make
CMakeFiles/another_studproject.dir/src/generator.cpp.o: src/generator.cpp
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/shaquille/hashmap-bench/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/another_studproject.dir/src/generator.cpp.o"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/another_studproject.dir/src/generator.cpp.o -c /home/shaquille/hashmap-bench/src/generator.cpp
CMakeFiles/another_studproject.dir/src/generator.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/another_studproject.dir/src/generator.cpp.i"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/shaquille/hashmap-bench/src/generator.cpp > CMakeFiles/another_studproject.dir/src/generator.cpp.i
CMakeFiles/another_studproject.dir/src/generator.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/another_studproject.dir/src/generator.cpp.s"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/shaquille/hashmap-bench/src/generator.cpp -o CMakeFiles/another_studproject.dir/src/generator.cpp.s
CMakeFiles/another_studproject.dir/main.cpp.o: CMakeFiles/another_studproject.dir/flags.make
CMakeFiles/another_studproject.dir/main.cpp.o: ../main.cpp
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/massiveatoms/Desktop/studieproject/homebrew/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/another_studproject.dir/main.cpp.o"
/usr/bin/clang++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/another_studproject.dir/main.cpp.o -c /home/massiveatoms/Desktop/studieproject/homebrew/main.cpp
CMakeFiles/another_studproject.dir/main.cpp.o: main.cpp
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/shaquille/hashmap-bench/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/another_studproject.dir/main.cpp.o"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/another_studproject.dir/main.cpp.o -c /home/shaquille/hashmap-bench/main.cpp
CMakeFiles/another_studproject.dir/main.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/another_studproject.dir/main.cpp.i"
/usr/bin/clang++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/massiveatoms/Desktop/studieproject/homebrew/main.cpp > CMakeFiles/another_studproject.dir/main.cpp.i
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/shaquille/hashmap-bench/main.cpp > CMakeFiles/another_studproject.dir/main.cpp.i
CMakeFiles/another_studproject.dir/main.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/another_studproject.dir/main.cpp.s"
/usr/bin/clang++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/massiveatoms/Desktop/studieproject/homebrew/main.cpp -o CMakeFiles/another_studproject.dir/main.cpp.s
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/shaquille/hashmap-bench/main.cpp -o CMakeFiles/another_studproject.dir/main.cpp.s
# Object files for target another_studproject
another_studproject_OBJECTS = \
"CMakeFiles/another_studproject.dir/src/generator.cpp.o" \
"CMakeFiles/another_studproject.dir/main.cpp.o"
# External object files for target another_studproject
another_studproject_EXTERNAL_OBJECTS =
another_studproject: CMakeFiles/another_studproject.dir/src/generator.cpp.o
another_studproject: CMakeFiles/another_studproject.dir/main.cpp.o
another_studproject: CMakeFiles/another_studproject.dir/build.make
another_studproject: CMakeFiles/another_studproject.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/massiveatoms/Desktop/studieproject/homebrew/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable another_studproject"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/shaquille/hashmap-bench/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking CXX executable another_studproject"
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/another_studproject.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
@ -93,6 +108,6 @@ CMakeFiles/another_studproject.dir/clean:
.PHONY : CMakeFiles/another_studproject.dir/clean
CMakeFiles/another_studproject.dir/depend:
cd /home/massiveatoms/Desktop/studieproject/homebrew/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/massiveatoms/Desktop/studieproject/homebrew /home/massiveatoms/Desktop/studieproject/homebrew /home/massiveatoms/Desktop/studieproject/homebrew/cmake-build-debug /home/massiveatoms/Desktop/studieproject/homebrew/cmake-build-debug /home/massiveatoms/Desktop/studieproject/homebrew/cmake-build-debug/CMakeFiles/another_studproject.dir/DependInfo.cmake --color=$(COLOR)
cd /home/shaquille/hashmap-bench && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/shaquille/hashmap-bench /home/shaquille/hashmap-bench /home/shaquille/hashmap-bench /home/shaquille/hashmap-bench /home/shaquille/hashmap-bench/CMakeFiles/another_studproject.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : CMakeFiles/another_studproject.dir/depend

View File

@ -1,5 +1,6 @@
file(REMOVE_RECURSE
"CMakeFiles/another_studproject.dir/main.cpp.o"
"CMakeFiles/another_studproject.dir/src/generator.cpp.o"
"another_studproject"
"another_studproject.pdb"
)

View File

@ -0,0 +1,11 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
CMakeFiles/another_studproject.dir/main.cpp.o
/home/shaquille/hashmap-bench/main.cpp
/home/shaquille/hashmap-bench/src/includes/aggregate_tests.h
/home/shaquille/hashmap-bench/src/includes/generator.h
/home/shaquille/hashmap-bench/src/includes/tests.h
CMakeFiles/another_studproject.dir/src/generator.cpp.o
/home/shaquille/hashmap-bench/src/generator.cpp
/home/shaquille/hashmap-bench/src/includes/generator.h

View File

@ -0,0 +1,11 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
CMakeFiles/another_studproject.dir/main.cpp.o: main.cpp
CMakeFiles/another_studproject.dir/main.cpp.o: src/includes/aggregate_tests.h
CMakeFiles/another_studproject.dir/main.cpp.o: src/includes/generator.h
CMakeFiles/another_studproject.dir/main.cpp.o: src/includes/tests.h
CMakeFiles/another_studproject.dir/src/generator.cpp.o: src/generator.cpp
CMakeFiles/another_studproject.dir/src/generator.cpp.o: src/includes/generator.h

View File

@ -0,0 +1,10 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# compile CXX with /usr/bin/c++
CXX_FLAGS = -O3 -flto=thin -march=native -std=gnu++17
CXX_DEFINES =
CXX_INCLUDES =

View File

@ -0,0 +1 @@
/usr/bin/c++ -O3 -flto=thin -march=native CMakeFiles/another_studproject.dir/src/generator.cpp.o CMakeFiles/another_studproject.dir/main.cpp.o -o another_studproject

Binary file not shown.

View File

@ -1,3 +1,4 @@
CMAKE_PROGRESS_1 = 1
CMAKE_PROGRESS_2 = 2
CMAKE_PROGRESS_3 = 3

Binary file not shown.

View File

@ -0,0 +1 @@
3

View File

@ -1,5 +1,5 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.15
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# Default target executed when no arguments are given to make.
default_target: all
@ -48,10 +48,10 @@ RM = /usr/bin/cmake -E remove -f
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/massiveatoms/Desktop/studieproject/homebrew
CMAKE_SOURCE_DIR = /home/shaquille/hashmap-bench
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/massiveatoms/Desktop/studieproject/homebrew/cmake-build-debug
CMAKE_BINARY_DIR = /home/shaquille/hashmap-bench
#=============================================================================
# Targets provided globally by CMake.
@ -69,8 +69,8 @@ rebuild_cache/fast: rebuild_cache
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
/usr/bin/cmake-gui -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.PHONY : edit_cache
# Special rule for the target edit_cache
@ -80,9 +80,9 @@ edit_cache/fast: edit_cache
# The main all target
all: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/massiveatoms/Desktop/studieproject/homebrew/cmake-build-debug/CMakeFiles /home/massiveatoms/Desktop/studieproject/homebrew/cmake-build-debug/CMakeFiles/progress.marks
$(CMAKE_COMMAND) -E cmake_progress_start /home/shaquille/hashmap-bench/CMakeFiles /home/shaquille/hashmap-bench/CMakeFiles/progress.marks
$(MAKE) -f CMakeFiles/Makefile2 all
$(CMAKE_COMMAND) -E cmake_progress_start /home/massiveatoms/Desktop/studieproject/homebrew/cmake-build-debug/CMakeFiles 0
$(CMAKE_COMMAND) -E cmake_progress_start /home/shaquille/hashmap-bench/CMakeFiles 0
.PHONY : all
# The main clean target
@ -150,6 +150,33 @@ main.cpp.s:
$(MAKE) -f CMakeFiles/another_studproject.dir/build.make CMakeFiles/another_studproject.dir/main.cpp.s
.PHONY : main.cpp.s
src/generator.o: src/generator.cpp.o
.PHONY : src/generator.o
# target to build an object file
src/generator.cpp.o:
$(MAKE) -f CMakeFiles/another_studproject.dir/build.make CMakeFiles/another_studproject.dir/src/generator.cpp.o
.PHONY : src/generator.cpp.o
src/generator.i: src/generator.cpp.i
.PHONY : src/generator.i
# target to preprocess a source file
src/generator.cpp.i:
$(MAKE) -f CMakeFiles/another_studproject.dir/build.make CMakeFiles/another_studproject.dir/src/generator.cpp.i
.PHONY : src/generator.cpp.i
src/generator.s: src/generator.cpp.s
.PHONY : src/generator.s
# target to generate assembly for a file
src/generator.cpp.s:
$(MAKE) -f CMakeFiles/another_studproject.dir/build.make CMakeFiles/another_studproject.dir/src/generator.cpp.s
.PHONY : src/generator.cpp.s
# Help Target
help:
@echo "The following are some of the valid targets for this Makefile:"
@ -157,11 +184,14 @@ help:
@echo "... clean"
@echo "... depend"
@echo "... rebuild_cache"
@echo "... another_studproject"
@echo "... edit_cache"
@echo "... another_studproject"
@echo "... main.o"
@echo "... main.i"
@echo "... main.s"
@echo "... src/generator.o"
@echo "... src/generator.i"
@echo "... src/generator.s"
.PHONY : help

BIN
another_studproject Executable file

Binary file not shown.

File diff suppressed because one or more lines are too long

View File

@ -1,126 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.15
# The generator used is:
set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles")
# The top level Makefile was generated from the following files:
set(CMAKE_MAKEFILE_DEPENDS
"CMakeCache.txt"
"../CMakeLists.txt"
"CMakeFiles/3.15.5/CMakeCCompiler.cmake"
"CMakeFiles/3.15.5/CMakeCXXCompiler.cmake"
"CMakeFiles/3.15.5/CMakeSystem.cmake"
"/usr/share/cmake-3.15/Modules/CMakeCCompiler.cmake.in"
"/usr/share/cmake-3.15/Modules/CMakeCCompilerABI.c"
"/usr/share/cmake-3.15/Modules/CMakeCInformation.cmake"
"/usr/share/cmake-3.15/Modules/CMakeCXXCompiler.cmake.in"
"/usr/share/cmake-3.15/Modules/CMakeCXXCompilerABI.cpp"
"/usr/share/cmake-3.15/Modules/CMakeCXXInformation.cmake"
"/usr/share/cmake-3.15/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake"
"/usr/share/cmake-3.15/Modules/CMakeCommonLanguageInclude.cmake"
"/usr/share/cmake-3.15/Modules/CMakeCompilerIdDetection.cmake"
"/usr/share/cmake-3.15/Modules/CMakeDetermineCCompiler.cmake"
"/usr/share/cmake-3.15/Modules/CMakeDetermineCXXCompiler.cmake"
"/usr/share/cmake-3.15/Modules/CMakeDetermineCompileFeatures.cmake"
"/usr/share/cmake-3.15/Modules/CMakeDetermineCompiler.cmake"
"/usr/share/cmake-3.15/Modules/CMakeDetermineCompilerABI.cmake"
"/usr/share/cmake-3.15/Modules/CMakeDetermineCompilerId.cmake"
"/usr/share/cmake-3.15/Modules/CMakeDetermineSystem.cmake"
"/usr/share/cmake-3.15/Modules/CMakeExtraGeneratorDetermineCompilerMacrosAndIncludeDirs.cmake"
"/usr/share/cmake-3.15/Modules/CMakeFindBinUtils.cmake"
"/usr/share/cmake-3.15/Modules/CMakeFindCodeBlocks.cmake"
"/usr/share/cmake-3.15/Modules/CMakeGenericSystem.cmake"
"/usr/share/cmake-3.15/Modules/CMakeInitializeConfigs.cmake"
"/usr/share/cmake-3.15/Modules/CMakeLanguageInformation.cmake"
"/usr/share/cmake-3.15/Modules/CMakeParseImplicitIncludeInfo.cmake"
"/usr/share/cmake-3.15/Modules/CMakeParseImplicitLinkInfo.cmake"
"/usr/share/cmake-3.15/Modules/CMakeSystem.cmake.in"
"/usr/share/cmake-3.15/Modules/CMakeSystemSpecificInformation.cmake"
"/usr/share/cmake-3.15/Modules/CMakeSystemSpecificInitialize.cmake"
"/usr/share/cmake-3.15/Modules/CMakeTestCCompiler.cmake"
"/usr/share/cmake-3.15/Modules/CMakeTestCXXCompiler.cmake"
"/usr/share/cmake-3.15/Modules/CMakeTestCompilerCommon.cmake"
"/usr/share/cmake-3.15/Modules/CMakeUnixFindMake.cmake"
"/usr/share/cmake-3.15/Modules/Compiler/ADSP-DetermineCompiler.cmake"
"/usr/share/cmake-3.15/Modules/Compiler/ARMCC-DetermineCompiler.cmake"
"/usr/share/cmake-3.15/Modules/Compiler/ARMClang-DetermineCompiler.cmake"
"/usr/share/cmake-3.15/Modules/Compiler/AppleClang-DetermineCompiler.cmake"
"/usr/share/cmake-3.15/Modules/Compiler/Borland-DetermineCompiler.cmake"
"/usr/share/cmake-3.15/Modules/Compiler/Bruce-C-DetermineCompiler.cmake"
"/usr/share/cmake-3.15/Modules/Compiler/CMakeCommonCompilerMacros.cmake"
"/usr/share/cmake-3.15/Modules/Compiler/Clang-C.cmake"
"/usr/share/cmake-3.15/Modules/Compiler/Clang-CXX.cmake"
"/usr/share/cmake-3.15/Modules/Compiler/Clang-DetermineCompiler.cmake"
"/usr/share/cmake-3.15/Modules/Compiler/Clang-DetermineCompilerInternal.cmake"
"/usr/share/cmake-3.15/Modules/Compiler/Clang-FindBinUtils.cmake"
"/usr/share/cmake-3.15/Modules/Compiler/Clang.cmake"
"/usr/share/cmake-3.15/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake"
"/usr/share/cmake-3.15/Modules/Compiler/Compaq-C-DetermineCompiler.cmake"
"/usr/share/cmake-3.15/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake"
"/usr/share/cmake-3.15/Modules/Compiler/Cray-DetermineCompiler.cmake"
"/usr/share/cmake-3.15/Modules/Compiler/Embarcadero-DetermineCompiler.cmake"
"/usr/share/cmake-3.15/Modules/Compiler/Fujitsu-DetermineCompiler.cmake"
"/usr/share/cmake-3.15/Modules/Compiler/GHS-DetermineCompiler.cmake"
"/usr/share/cmake-3.15/Modules/Compiler/GNU-C-DetermineCompiler.cmake"
"/usr/share/cmake-3.15/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake"
"/usr/share/cmake-3.15/Modules/Compiler/GNU.cmake"
"/usr/share/cmake-3.15/Modules/Compiler/HP-C-DetermineCompiler.cmake"
"/usr/share/cmake-3.15/Modules/Compiler/HP-CXX-DetermineCompiler.cmake"
"/usr/share/cmake-3.15/Modules/Compiler/IAR-DetermineCompiler.cmake"
"/usr/share/cmake-3.15/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake"
"/usr/share/cmake-3.15/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake"
"/usr/share/cmake-3.15/Modules/Compiler/Intel-DetermineCompiler.cmake"
"/usr/share/cmake-3.15/Modules/Compiler/MSVC-DetermineCompiler.cmake"
"/usr/share/cmake-3.15/Modules/Compiler/NVIDIA-DetermineCompiler.cmake"
"/usr/share/cmake-3.15/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake"
"/usr/share/cmake-3.15/Modules/Compiler/PGI-DetermineCompiler.cmake"
"/usr/share/cmake-3.15/Modules/Compiler/PathScale-DetermineCompiler.cmake"
"/usr/share/cmake-3.15/Modules/Compiler/SCO-DetermineCompiler.cmake"
"/usr/share/cmake-3.15/Modules/Compiler/SDCC-C-DetermineCompiler.cmake"
"/usr/share/cmake-3.15/Modules/Compiler/SunPro-C-DetermineCompiler.cmake"
"/usr/share/cmake-3.15/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake"
"/usr/share/cmake-3.15/Modules/Compiler/TI-DetermineCompiler.cmake"
"/usr/share/cmake-3.15/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake"
"/usr/share/cmake-3.15/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake"
"/usr/share/cmake-3.15/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake"
"/usr/share/cmake-3.15/Modules/Compiler/Watcom-DetermineCompiler.cmake"
"/usr/share/cmake-3.15/Modules/Compiler/XL-C-DetermineCompiler.cmake"
"/usr/share/cmake-3.15/Modules/Compiler/XL-CXX-DetermineCompiler.cmake"
"/usr/share/cmake-3.15/Modules/Compiler/XLClang-C-DetermineCompiler.cmake"
"/usr/share/cmake-3.15/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake"
"/usr/share/cmake-3.15/Modules/Compiler/zOS-C-DetermineCompiler.cmake"
"/usr/share/cmake-3.15/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake"
"/usr/share/cmake-3.15/Modules/Internal/CMakeCheckCompilerFlag.cmake"
"/usr/share/cmake-3.15/Modules/Internal/FeatureTesting.cmake"
"/usr/share/cmake-3.15/Modules/Platform/Linux-Clang-C.cmake"
"/usr/share/cmake-3.15/Modules/Platform/Linux-Clang-CXX.cmake"
"/usr/share/cmake-3.15/Modules/Platform/Linux-Determine-CXX.cmake"
"/usr/share/cmake-3.15/Modules/Platform/Linux-GNU-C.cmake"
"/usr/share/cmake-3.15/Modules/Platform/Linux-GNU-CXX.cmake"
"/usr/share/cmake-3.15/Modules/Platform/Linux-GNU.cmake"
"/usr/share/cmake-3.15/Modules/Platform/Linux.cmake"
"/usr/share/cmake-3.15/Modules/Platform/UnixPaths.cmake"
"/usr/share/cmake-3.15/Modules/ProcessorCount.cmake"
)
# The corresponding makefile is:
set(CMAKE_MAKEFILE_OUTPUTS
"Makefile"
"CMakeFiles/cmake.check_cache"
)
# Byproducts of CMake generate step:
set(CMAKE_MAKEFILE_PRODUCTS
"CMakeFiles/3.15.5/CMakeSystem.cmake"
"CMakeFiles/3.15.5/CMakeCCompiler.cmake"
"CMakeFiles/3.15.5/CMakeCXXCompiler.cmake"
"CMakeFiles/3.15.5/CMakeCCompiler.cmake"
"CMakeFiles/3.15.5/CMakeCXXCompiler.cmake"
"CMakeFiles/CMakeDirectoryInformation.cmake"
)
# Dependency information for all targets:
set(CMAKE_DEPEND_INFO_FILES
"CMakeFiles/another_studproject.dir/DependInfo.cmake"
)

View File

@ -1,3 +0,0 @@
/home/massiveatoms/Desktop/studieproject/homebrew/cmake-build-debug/CMakeFiles/rebuild_cache.dir
/home/massiveatoms/Desktop/studieproject/homebrew/cmake-build-debug/CMakeFiles/another_studproject.dir
/home/massiveatoms/Desktop/studieproject/homebrew/cmake-build-debug/CMakeFiles/edit_cache.dir

View File

@ -1,28 +0,0 @@
#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">])
#IncludeRegexScan: ^.*$
#IncludeRegexComplain: ^$
#IncludeRegexTransform:
/home/massiveatoms/Desktop/studieproject/homebrew/main.cpp
iostream
-
vector
-
unordered_map
-
algorithm
-
random
-
iterator
-
chrono
-
string
-
math.h
-

View File

@ -1,5 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.15
CMakeFiles/another_studproject.dir/main.cpp.o
/home/massiveatoms/Desktop/studieproject/homebrew/main.cpp

View File

@ -1,5 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.15
CMakeFiles/another_studproject.dir/main.cpp.o: ../main.cpp

View File

@ -1,10 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.15
# compile CXX with /usr/bin/clang++
CXX_FLAGS = -g -std=gnu++17
CXX_DEFINES =
CXX_INCLUDES =

View File

@ -1 +0,0 @@
/usr/bin/clang++ -g CMakeFiles/another_studproject.dir/main.cpp.o -o another_studproject

View File

@ -1,18 +0,0 @@
/usr/bin/cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++ -G "CodeBlocks - Unix Makefiles" /home/massiveatoms/Desktop/studieproject/homebrew
-- The C compiler identification is Clang 9.0.0
-- The CXX compiler identification is Clang 9.0.0
-- Check for working C compiler: /usr/bin/clang
-- Check for working C compiler: /usr/bin/clang -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/clang++
-- Check for working CXX compiler: /usr/bin/clang++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring done
-- Generating done
-- Build files have been written to: /home/massiveatoms/Desktop/studieproject/homebrew/cmake-build-debug

View File

@ -1 +0,0 @@
2

View File

@ -1,90 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6"/>
<Project>
<Option title="another_studproject"/>
<Option makefile_is_custom="1"/>
<Option compiler="clang"/>
<Option virtualFolders="CMake Files\;"/>
<Build>
<Target title="all">
<Option working_dir="/home/massiveatoms/Desktop/studieproject/homebrew/cmake-build-debug"/>
<Option type="4"/>
<MakeCommands>
<Build command="/usr/bin/make -j4 -f &quot;/home/massiveatoms/Desktop/studieproject/homebrew/cmake-build-debug/Makefile&quot; VERBOSE=1 all"/>
<CompileFile command="/usr/bin/make -j4 -f &quot;/home/massiveatoms/Desktop/studieproject/homebrew/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j4 -f &quot;/home/massiveatoms/Desktop/studieproject/homebrew/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j4 -f &quot;/home/massiveatoms/Desktop/studieproject/homebrew/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="rebuild_cache">
<Option working_dir="/home/massiveatoms/Desktop/studieproject/homebrew/cmake-build-debug"/>
<Option type="4"/>
<MakeCommands>
<Build command="/usr/bin/make -j4 -f &quot;/home/massiveatoms/Desktop/studieproject/homebrew/cmake-build-debug/Makefile&quot; VERBOSE=1 rebuild_cache"/>
<CompileFile command="/usr/bin/make -j4 -f &quot;/home/massiveatoms/Desktop/studieproject/homebrew/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j4 -f &quot;/home/massiveatoms/Desktop/studieproject/homebrew/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j4 -f &quot;/home/massiveatoms/Desktop/studieproject/homebrew/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="another_studproject">
<Option output="/home/massiveatoms/Desktop/studieproject/homebrew/cmake-build-debug/another_studproject" prefix_auto="0" extension_auto="0"/>
<Option working_dir="/home/massiveatoms/Desktop/studieproject/homebrew/cmake-build-debug"/>
<Option object_output="./"/>
<Option type="1"/>
<Option compiler="clang"/>
<Compiler>
<Add directory="/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../include/c++/9.2.0"/>
<Add directory="/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../include/c++/9.2.0/x86_64-pc-linux-gnu"/>
<Add directory="/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../include/c++/9.2.0/backward"/>
<Add directory="/usr/local/include"/>
<Add directory="/usr/lib/clang/9.0.0/include"/>
<Add directory="/usr/include"/>
</Compiler>
<MakeCommands>
<Build command="/usr/bin/make -j4 -f &quot;/home/massiveatoms/Desktop/studieproject/homebrew/cmake-build-debug/Makefile&quot; VERBOSE=1 another_studproject"/>
<CompileFile command="/usr/bin/make -j4 -f &quot;/home/massiveatoms/Desktop/studieproject/homebrew/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j4 -f &quot;/home/massiveatoms/Desktop/studieproject/homebrew/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j4 -f &quot;/home/massiveatoms/Desktop/studieproject/homebrew/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="another_studproject/fast">
<Option output="/home/massiveatoms/Desktop/studieproject/homebrew/cmake-build-debug/another_studproject" prefix_auto="0" extension_auto="0"/>
<Option working_dir="/home/massiveatoms/Desktop/studieproject/homebrew/cmake-build-debug"/>
<Option object_output="./"/>
<Option type="1"/>
<Option compiler="clang"/>
<Compiler>
<Add directory="/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../include/c++/9.2.0"/>
<Add directory="/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../include/c++/9.2.0/x86_64-pc-linux-gnu"/>
<Add directory="/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../include/c++/9.2.0/backward"/>
<Add directory="/usr/local/include"/>
<Add directory="/usr/lib/clang/9.0.0/include"/>
<Add directory="/usr/include"/>
</Compiler>
<MakeCommands>
<Build command="/usr/bin/make -j4 -f &quot;/home/massiveatoms/Desktop/studieproject/homebrew/cmake-build-debug/Makefile&quot; VERBOSE=1 another_studproject/fast"/>
<CompileFile command="/usr/bin/make -j4 -f &quot;/home/massiveatoms/Desktop/studieproject/homebrew/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j4 -f &quot;/home/massiveatoms/Desktop/studieproject/homebrew/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j4 -f &quot;/home/massiveatoms/Desktop/studieproject/homebrew/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="edit_cache">
<Option working_dir="/home/massiveatoms/Desktop/studieproject/homebrew/cmake-build-debug"/>
<Option type="4"/>
<MakeCommands>
<Build command="/usr/bin/make -j4 -f &quot;/home/massiveatoms/Desktop/studieproject/homebrew/cmake-build-debug/Makefile&quot; VERBOSE=1 edit_cache"/>
<CompileFile command="/usr/bin/make -j4 -f &quot;/home/massiveatoms/Desktop/studieproject/homebrew/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j4 -f &quot;/home/massiveatoms/Desktop/studieproject/homebrew/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j4 -f &quot;/home/massiveatoms/Desktop/studieproject/homebrew/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
</Build>
<Unit filename="/home/massiveatoms/Desktop/studieproject/homebrew/main.cpp">
<Option target="another_studproject"/>
</Unit>
<Unit filename="/home/massiveatoms/Desktop/studieproject/homebrew/CMakeLists.txt">
<Option virtualFolder="CMake Files\"/>
</Unit>
</Project>
</CodeBlocks_project_file>

View File

@ -1,4 +1,4 @@
# Install script for directory: /home/massiveatoms/Desktop/studieproject/homebrew
# Install script for directory: /home/shaquille/hashmap-bench
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
@ -12,7 +12,7 @@ if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "Debug")
set(CMAKE_INSTALL_CONFIG_NAME "")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
@ -29,7 +29,7 @@ endif()
# Install shared libraries without execute permission?
if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
set(CMAKE_INSTALL_SO_NO_EXE "0")
set(CMAKE_INSTALL_SO_NO_EXE "1")
endif()
# Is this installation the result of a crosscompile?
@ -45,5 +45,5 @@ endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
file(WRITE "/home/massiveatoms/Desktop/studieproject/homebrew/cmake-build-debug/${CMAKE_INSTALL_MANIFEST}"
file(WRITE "/home/shaquille/hashmap-bench/${CMAKE_INSTALL_MANIFEST}"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")

View File

@ -2,21 +2,27 @@
#include <unordered_map>
#include <functional>
#include <fstream>
// #include <sparsehash/sparse_hash_map>
#include "./src/includes/aggregate_tests.h"
// typedef std::unordered_map<int,int> map;
// typedef google::sparse_hash_map<int, int> intmap;
// typedef google::sparse_hash_map<std::string,std::string> stringmap
typedef std::unordered_map<int, int> intmap;
typedef std::unordered_map<string, string> stringmap;
// we can use ^ to switch the map implementations to that
// we can add some cli handling so we can specify which maps to tests (or all)
int main() {
time_point<steady_clock> start_test = steady_clock::now();
string_test(std::unordered_map<std::string, std::string>{}, 1); // process gets killed for sizes >35000
int_test(std::unordered_map<int, int>{}, 1);
// string_test(stringmap{}, 1); // process gets killed for sizes >35000
int_test_aggregate(intmap{}, 30);
string_test_aggregate(stringmap{}, 30);
time_point<steady_clock> end_test = steady_clock::now();
std::cout << "1 run all tests 1 map: " << duration_cast<minutes>(end_test-start_test).count() << " minutes";
std::cout << "\n\n 30 runs for all tests for 1 map: " << duration_cast<seconds>(end_test-start_test).count() << " seconds\n\n";
// test takes 52 mins for 10 runs for one hashmap
// so it'll take ~3 hours per map if we want 30 runs per test
/* if the other maps have about the same operation times ************

View File

@ -1,160 +1,273 @@
insert_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 407.000000, 345.000000, 325.000000, 402.000000, 475.000000, 378.000000, 476.000000, 553.000000, 369.000000,
insert_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 226.000000, 282.000000, 294.000000, 429.000000, 332.000000, 307.000000, 483.000000, 372.000000, 382.000000,
insert_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 248.000000, 256.000000, 288.000000, 736.000000, 518.000000, 416.000000, 559.000000, 413.000000, 531.000000,
insert_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 587.000000, 268.000000, 376.000000, 306.000000, 330.000000, 301.000000, 484.000000, 530.000000, 408.000000,
insert_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 222.000000, 280.000000, 320.000000, 359.000000, 319.000000, 313.000000, 389.000000, 411.000000, 429.000000,
insert_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 237.000000, 270.000000, 432.000000, 327.000000, 322.000000, 371.000000, 462.000000, 380.000000, 398.000000,
insert_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 378.000000, 399.000000, 374.000000, 311.000000, 319.000000, 325.000000, 375.000000, 535.000000, 387.000000,
insert_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 212.000000, 264.000000, 295.000000, 305.000000, 325.000000, 323.000000, 385.000000, 400.000000, 388.000000,
insert_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 205.000000, 265.000000, 292.000000, 327.000000, 390.000000, 512.000000, 379.000000, 377.000000, 433.000000,
insert_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 273.000000, 289.000000, 296.000000, 321.000000, 319.000000, 330.000000, 410.000000, 380.000000, 397.000000,
lookup_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 289.000000, 370.000000, 421.000000, 383.000000, 300.000000, 300.000000, 311.000000, 309.000000, 306.000000,
lookup_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 197.000000, 251.000000, 275.000000, 295.000000, 298.000000, 299.000000, 307.000000, 306.000000, 313.000000,
lookup_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 196.000000, 261.000000, 281.000000, 470.000000, 452.000000, 436.000000, 465.000000, 377.000000, 493.000000,
lookup_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 293.000000, 379.000000, 281.000000, 313.000000, 303.000000, 418.000000, 356.000000, 449.000000, 408.000000,
lookup_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 329.000000, 436.000000, 521.000000, 419.000000, 378.000000, 401.000000, 334.000000, 316.000000, 324.000000,
lookup_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 192.000000, 253.000000, 273.000000, 289.000000, 335.000000, 379.000000, 451.000000, 305.000000, 310.000000,
lookup_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 334.000000, 392.000000, 396.000000, 390.000000, 358.000000, 539.000000, 309.000000, 384.000000, 309.000000,
lookup_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 195.000000, 254.000000, 318.000000, 346.000000, 421.000000, 508.000000, 300.000000, 303.000000, 351.000000,
lookup_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 190.000000, 253.000000, 275.000000, 284.000000, 300.000000, 297.000000, 306.000000, 310.000000, 303.000000,
lookup_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 199.000000, 251.000000, 424.000000, 282.000000, 411.000000, 492.000000, 316.000000, 313.000000, 339.000000,
nolookup_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 553.000000, 1172.000000, 1701.000000, 2099.000000, 2720.000000, 337.000000, 3647.000000, 371.000000, 374.000000,
nolookup_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 530.000000, 1105.000000, 1681.000000, 2041.000000, 2590.000000, 382.000000, 3663.000000, 350.000000, 415.000000,
nolookup_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 516.000000, 1125.000000, 1650.000000, 2003.000000, 2577.000000, 328.000000, 3664.000000, 353.000000, 377.000000,
nolookup_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 523.000000, 1102.000000, 1730.000000, 2048.000000, 2656.000000, 329.000000, 3696.000000, 367.000000, 384.000000,
nolookup_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 554.000000, 1127.000000, 2172.000000, 2053.000000, 2628.000000, 327.000000, 3679.000000, 354.000000, 398.000000,
nolookup_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 866.000000, 1107.000000, 1661.000000, 2123.000000, 4012.000000, 495.000000, 3656.000000, 388.000000, 386.000000,
nolookup_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 545.000000, 1110.000000, 1670.000000, 2016.000000, 2584.000000, 346.000000, 3709.000000, 380.000000, 537.000000,
nolookup_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 743.000000, 1101.000000, 1632.000000, 2068.000000, 2634.000000, 453.000000, 5471.000000, 362.000000, 374.000000,
nolookup_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 520.000000, 1111.000000, 1642.000000, 2019.000000, 2634.000000, 338.000000, 3689.000000, 362.000000, 519.000000,
nolookup_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 746.000000, 1643.000000, 1814.000000, 2035.000000, 2678.000000, 363.000000, 4307.000000, 512.000000, 383.000000,
delete_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 418.000000, 423.000000, 486.000000, 356.000000, 465.000000, 368.000000, 390.000000, 378.000000, 395.000000,
delete_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 242.000000, 317.000000, 342.000000, 451.000000, 366.000000, 376.000000, 383.000000, 374.000000, 455.000000,
delete_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 239.000000, 314.000000, 340.000000, 356.000000, 359.000000, 370.000000, 376.000000, 385.000000, 389.000000,
delete_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 233.000000, 309.000000, 336.000000, 356.000000, 363.000000, 368.000000, 372.000000, 381.000000, 386.000000,
delete_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 249.000000, 313.000000, 351.000000, 350.000000, 680.000000, 367.000000, 490.000000, 385.000000, 400.000000,
delete_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 272.000000, 312.000000, 348.000000, 360.000000, 397.000000, 366.000000, 388.000000, 490.000000, 496.000000,
delete_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 294.000000, 320.000000, 336.000000, 355.000000, 364.000000, 372.000000, 372.000000, 389.000000, 552.000000,
delete_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 234.000000, 313.000000, 368.000000, 352.000000, 597.000000, 410.000000, 468.000000, 387.000000, 385.000000,
delete_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 241.000000, 458.000000, 578.000000, 354.000000, 360.000000, 373.000000, 376.000000, 386.000000, 543.000000,
delete_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 396.000000, 518.000000, 499.000000, 571.000000, 500.000000, 524.000000, 568.000000, 486.000000, 393.000000,
insert_int, 'std::unordered_map<int, int>', 107.000000, 164.000000, 260.000000, 223.000000, 268.000000, 387.000000, 379.000000, 325.000000, 299.000000,
insert_int, 'std::unordered_map<int, int>', 124.000000, 157.000000, 196.000000, 225.000000, 252.000000, 245.000000, 252.000000, 271.000000, 270.000000,
insert_int, 'std::unordered_map<int, int>', 93.000000, 184.000000, 272.000000, 217.000000, 242.000000, 255.000000, 308.000000, 259.000000, 257.000000,
insert_int, 'std::unordered_map<int, int>', 99.000000, 162.000000, 191.000000, 230.000000, 257.000000, 246.000000, 255.000000, 262.000000, 266.000000,
insert_int, 'std::unordered_map<int, int>', 97.000000, 171.000000, 202.000000, 231.000000, 244.000000, 240.000000, 260.000000, 352.000000, 266.000000,
insert_int, 'std::unordered_map<int, int>', 92.000000, 167.000000, 202.000000, 225.000000, 237.000000, 241.000000, 256.000000, 270.000000, 264.000000,
insert_int, 'std::unordered_map<int, int>', 98.000000, 226.000000, 201.000000, 236.000000, 342.000000, 400.000000, 268.000000, 375.000000, 259.000000,
insert_int, 'std::unordered_map<int, int>', 100.000000, 163.000000, 200.000000, 220.000000, 236.000000, 236.000000, 318.000000, 266.000000, 269.000000,
insert_int, 'std::unordered_map<int, int>', 104.000000, 157.000000, 198.000000, 221.000000, 262.000000, 238.000000, 251.000000, 263.000000, 265.000000,
insert_int, 'std::unordered_map<int, int>', 187.000000, 163.000000, 213.000000, 226.000000, 233.000000, 351.000000, 256.000000, 256.000000, 259.000000,
lookup_int, 'std::unordered_map<int, int>', 51.000000, 74.000000, 89.000000, 159.000000, 111.000000, 112.000000, 119.000000, 249.000000, 117.000000,
lookup_int, 'std::unordered_map<int, int>', 38.000000, 75.000000, 135.000000, 106.000000, 175.000000, 150.000000, 124.000000, 132.000000, 128.000000,
lookup_int, 'std::unordered_map<int, int>', 39.000000, 97.000000, 90.000000, 253.000000, 234.000000, 118.000000, 113.000000, 119.000000, 205.000000,
lookup_int, 'std::unordered_map<int, int>', 97.000000, 153.000000, 95.000000, 108.000000, 110.000000, 229.000000, 116.000000, 120.000000, 120.000000,
lookup_int, 'std::unordered_map<int, int>', 42.000000, 72.000000, 119.000000, 106.000000, 259.000000, 110.000000, 185.000000, 114.000000, 119.000000,
lookup_int, 'std::unordered_map<int, int>', 41.000000, 92.000000, 93.000000, 116.000000, 125.000000, 107.000000, 126.000000, 115.000000, 151.000000,
lookup_int, 'std::unordered_map<int, int>', 35.000000, 71.000000, 95.000000, 101.000000, 114.000000, 115.000000, 116.000000, 117.000000, 119.000000,
lookup_int, 'std::unordered_map<int, int>', 38.000000, 74.000000, 92.000000, 116.000000, 118.000000, 113.000000, 120.000000, 119.000000, 118.000000,
lookup_int, 'std::unordered_map<int, int>', 36.000000, 71.000000, 99.000000, 112.000000, 111.000000, 118.000000, 120.000000, 116.000000, 121.000000,
lookup_int, 'std::unordered_map<int, int>', 47.000000, 80.000000, 93.000000, 99.000000, 108.000000, 109.000000, 113.000000, 115.000000, 121.000000,
nolookup_int, 'std::unordered_map<int, int>', 518.000000, 684.000000, 1106.000000, 1448.000000, 2930.000000, 385.000000, 2598.000000, 267.000000, 273.000000,
nolookup_int, 'std::unordered_map<int, int>', 267.000000, 691.000000, 1114.000000, 1449.000000, 1874.000000, 248.000000, 4059.000000, 253.000000, 281.000000,
nolookup_int, 'std::unordered_map<int, int>', 244.000000, 686.000000, 1231.000000, 1441.000000, 2799.000000, 385.000000, 4337.000000, 367.000000, 489.000000,
nolookup_int, 'std::unordered_map<int, int>', 549.000000, 1295.000000, 1773.000000, 2237.000000, 3013.000000, 305.000000, 3861.000000, 373.000000, 318.000000,
nolookup_int, 'std::unordered_map<int, int>', 603.000000, 1225.000000, 1791.000000, 2229.000000, 2864.000000, 386.000000, 3968.000000, 300.000000, 392.000000,
nolookup_int, 'std::unordered_map<int, int>', 483.000000, 1295.000000, 1895.000000, 2190.000000, 2944.000000, 338.000000, 2703.000000, 269.000000, 349.000000,
nolookup_int, 'std::unordered_map<int, int>', 255.000000, 672.000000, 1208.000000, 1420.000000, 1865.000000, 254.000000, 3089.000000, 309.000000, 278.000000,
nolookup_int, 'std::unordered_map<int, int>', 386.000000, 788.000000, 1113.000000, 1428.000000, 2467.000000, 257.000000, 2606.000000, 263.000000, 272.000000,
nolookup_int, 'std::unordered_map<int, int>', 253.000000, 695.000000, 1134.000000, 1907.000000, 1862.000000, 341.000000, 3456.000000, 269.000000, 275.000000,
nolookup_int, 'std::unordered_map<int, int>', 393.000000, 702.000000, 1240.000000, 1444.000000, 1882.000000, 265.000000, 2602.000000, 268.000000, 269.000000,
delete_int, 'std::unordered_map<int, int>', 81.000000, 170.000000, 221.000000, 254.000000, 284.000000, 315.000000, 301.000000, 316.000000, 325.000000,
delete_int, 'std::unordered_map<int, int>', 92.000000, 178.000000, 225.000000, 252.000000, 281.000000, 289.000000, 308.000000, 342.000000, 321.000000,
delete_int, 'std::unordered_map<int, int>', 83.000000, 172.000000, 227.000000, 262.000000, 292.000000, 284.000000, 302.000000, 310.000000, 319.000000,
delete_int, 'std::unordered_map<int, int>', 89.000000, 153.000000, 226.000000, 268.000000, 278.000000, 305.000000, 308.000000, 317.000000, 325.000000,
delete_int, 'std::unordered_map<int, int>', 76.000000, 172.000000, 219.000000, 260.000000, 276.000000, 290.000000, 307.000000, 361.000000, 322.000000,
delete_int, 'std::unordered_map<int, int>', 113.000000, 164.000000, 225.000000, 254.000000, 276.000000, 295.000000, 308.000000, 309.000000, 316.000000,
delete_int, 'std::unordered_map<int, int>', 91.000000, 170.000000, 227.000000, 271.000000, 274.000000, 287.000000, 305.000000, 308.000000, 341.000000,
delete_int, 'std::unordered_map<int, int>', 82.000000, 166.000000, 223.000000, 258.000000, 287.000000, 294.000000, 311.000000, 312.000000, 316.000000,
delete_int, 'std::unordered_map<int, int>', 73.000000, 157.000000, 222.000000, 257.000000, 281.000000, 294.000000, 298.000000, 313.000000, 317.000000,
delete_int, 'std::unordered_map<int, int>', 101.000000, 166.000000, 219.000000, 267.000000, 281.000000, 293.000000, 309.000000, 630.000000, 309.000000,
insert_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 342.000000, 349.000000, 341.000000, 411.000000, 445.000000, 519.000000, 556.000000, 434.000000, 728.000000,
insert_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 505.000000, 783.000000, 539.000000, 554.000000, 639.000000, 445.000000, 534.000000, 648.000000, 460.000000,
insert_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 543.000000, 312.000000, 409.000000, 438.000000, 338.000000, 324.000000, 380.000000, 379.000000, 389.000000,
insert_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 267.000000, 286.000000, 588.000000, 321.000000, 394.000000, 521.000000, 631.000000, 599.000000, 421.000000,
insert_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 434.000000, 519.000000, 311.000000, 317.000000, 328.000000, 333.000000, 393.000000, 389.000000, 496.000000,
insert_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 233.000000, 274.000000, 410.000000, 322.000000, 325.000000, 322.000000, 379.000000, 391.000000, 391.000000,
insert_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 273.000000, 276.000000, 315.000000, 346.000000, 344.000000, 322.000000, 387.000000, 392.000000, 394.000000,
insert_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 226.000000, 266.000000, 351.000000, 323.000000, 324.000000, 320.000000, 385.000000, 388.000000, 398.000000,
insert_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 228.000000, 286.000000, 296.000000, 329.000000, 327.000000, 319.000000, 392.000000, 512.000000, 387.000000,
insert_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 234.000000, 283.000000, 314.000000, 329.000000, 328.000000, 327.000000, 389.000000, 392.000000, 567.000000,
lookup_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 226.000000, 259.000000, 281.000000, 427.000000, 294.000000, 312.000000, 306.000000, 311.000000, 317.000000,
lookup_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 199.000000, 252.000000, 333.000000, 291.000000, 296.000000, 299.000000, 313.000000, 309.000000, 309.000000,
lookup_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 190.000000, 257.000000, 274.000000, 295.000000, 300.000000, 310.000000, 302.000000, 441.000000, 318.000000,
lookup_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 193.000000, 257.000000, 272.000000, 296.000000, 296.000000, 297.000000, 302.000000, 316.000000, 325.000000,
lookup_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 204.000000, 316.000000, 274.000000, 298.000000, 295.000000, 312.000000, 683.000000, 529.000000, 437.000000,
lookup_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 249.000000, 259.000000, 282.000000, 290.000000, 297.000000, 311.000000, 305.000000, 355.000000, 308.000000,
lookup_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 201.000000, 266.000000, 277.000000, 288.000000, 304.000000, 305.000000, 308.000000, 307.000000, 318.000000,
lookup_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 251.000000, 263.000000, 351.000000, 299.000000, 473.000000, 369.000000, 302.000000, 314.000000, 313.000000,
lookup_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 202.000000, 263.000000, 276.000000, 294.000000, 290.000000, 345.000000, 312.000000, 309.000000, 320.000000,
lookup_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 197.000000, 278.000000, 281.000000, 287.000000, 299.000000, 298.000000, 304.000000, 308.000000, 402.000000,
nolookup_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 1304.000000, 2393.000000, 2306.000000, 2037.000000, 2707.000000, 343.000000, 3732.000000, 382.000000, 372.000000,
nolookup_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 535.000000, 1283.000000, 1671.000000, 2045.000000, 2595.000000, 336.000000, 4208.000000, 363.000000, 387.000000,
nolookup_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 511.000000, 1172.000000, 1649.000000, 2012.000000, 2695.000000, 334.000000, 3733.000000, 370.000000, 388.000000,
nolookup_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 528.000000, 1114.000000, 1817.000000, 2334.000000, 2650.000000, 331.000000, 3752.000000, 360.000000, 376.000000,
nolookup_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 532.000000, 1085.000000, 1640.000000, 2036.000000, 2826.000000, 336.000000, 3773.000000, 348.000000, 387.000000,
nolookup_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 519.000000, 1186.000000, 1766.000000, 2033.000000, 2587.000000, 332.000000, 4916.000000, 369.000000, 428.000000,
nolookup_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 520.000000, 1106.000000, 1683.000000, 2039.000000, 2588.000000, 339.000000, 3752.000000, 366.000000, 388.000000,
nolookup_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 514.000000, 1111.000000, 1961.000000, 2000.000000, 2579.000000, 325.000000, 3766.000000, 366.000000, 383.000000,
nolookup_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 542.000000, 1099.000000, 1651.000000, 2038.000000, 2605.000000, 329.000000, 3835.000000, 360.000000, 389.000000,
nolookup_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 513.000000, 1093.000000, 1717.000000, 2062.000000, 2655.000000, 334.000000, 4419.000000, 356.000000, 384.000000,
delete_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 237.000000, 314.000000, 343.000000, 366.000000, 360.000000, 362.000000, 383.000000, 383.000000, 395.000000,
delete_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 234.000000, 314.000000, 345.000000, 348.000000, 416.000000, 359.000000, 392.000000, 379.000000, 390.000000,
delete_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 228.000000, 315.000000, 333.000000, 349.000000, 364.000000, 420.000000, 376.000000, 381.000000, 384.000000,
delete_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 244.000000, 310.000000, 337.000000, 357.000000, 357.000000, 360.000000, 400.000000, 385.000000, 392.000000,
delete_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 245.000000, 311.000000, 339.000000, 360.000000, 362.000000, 367.000000, 384.000000, 382.000000, 431.000000,
delete_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 255.000000, 306.000000, 331.000000, 352.000000, 364.000000, 368.000000, 453.000000, 379.000000, 399.000000,
delete_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 248.000000, 309.000000, 339.000000, 352.000000, 357.000000, 368.000000, 386.000000, 381.000000, 382.000000,
delete_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 233.000000, 321.000000, 344.000000, 355.000000, 357.000000, 370.000000, 387.000000, 375.000000, 389.000000,
delete_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 237.000000, 312.000000, 341.000000, 355.000000, 366.000000, 436.000000, 382.000000, 378.000000, 392.000000,
delete_string, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 241.000000, 313.000000, 341.000000, 395.000000, 367.000000, 373.000000, 417.000000, 376.000000, 386.000000,
insert_int, 'std::unordered_map<int, int>', 100.000000, 166.000000, 208.000000, 220.000000, 232.000000, 241.000000, 268.000000, 304.000000, 267.000000,
insert_int, 'std::unordered_map<int, int>', 121.000000, 151.000000, 195.000000, 288.000000, 231.000000, 244.000000, 250.000000, 265.000000, 274.000000,
insert_int, 'std::unordered_map<int, int>', 109.000000, 160.000000, 205.000000, 232.000000, 250.000000, 284.000000, 253.000000, 277.000000, 276.000000,
insert_int, 'std::unordered_map<int, int>', 100.000000, 170.000000, 199.000000, 227.000000, 233.000000, 255.000000, 257.000000, 256.000000, 267.000000,
insert_int, 'std::unordered_map<int, int>', 119.000000, 162.000000, 205.000000, 236.000000, 296.000000, 242.000000, 257.000000, 257.000000, 271.000000,
insert_int, 'std::unordered_map<int, int>', 109.000000, 295.000000, 214.000000, 241.000000, 240.000000, 238.000000, 263.000000, 265.000000, 263.000000,
insert_int, 'std::unordered_map<int, int>', 94.000000, 171.000000, 199.000000, 243.000000, 236.000000, 240.000000, 271.000000, 259.000000, 271.000000,
insert_int, 'std::unordered_map<int, int>', 103.000000, 162.000000, 203.000000, 230.000000, 254.000000, 252.000000, 260.000000, 264.000000, 317.000000,
insert_int, 'std::unordered_map<int, int>', 159.000000, 163.000000, 199.000000, 227.000000, 239.000000, 236.000000, 289.000000, 268.000000, 262.000000,
insert_int, 'std::unordered_map<int, int>', 97.000000, 157.000000, 195.000000, 221.000000, 256.000000, 240.000000, 258.000000, 281.000000, 268.000000,
lookup_int, 'std::unordered_map<int, int>', 42.000000, 82.000000, 89.000000, 103.000000, 113.000000, 112.000000, 115.000000, 113.000000, 116.000000,
lookup_int, 'std::unordered_map<int, int>', 38.000000, 69.000000, 87.000000, 102.000000, 107.000000, 109.000000, 116.000000, 118.000000, 124.000000,
lookup_int, 'std::unordered_map<int, int>', 38.000000, 73.000000, 104.000000, 101.000000, 109.000000, 109.000000, 114.000000, 125.000000, 126.000000,
lookup_int, 'std::unordered_map<int, int>', 50.000000, 113.000000, 92.000000, 112.000000, 106.000000, 150.000000, 149.000000, 129.000000, 118.000000,
lookup_int, 'std::unordered_map<int, int>', 42.000000, 83.000000, 94.000000, 108.000000, 110.000000, 192.000000, 119.000000, 120.000000, 118.000000,
lookup_int, 'std::unordered_map<int, int>', 39.000000, 72.000000, 94.000000, 105.000000, 109.000000, 115.000000, 119.000000, 116.000000, 128.000000,
lookup_int, 'std::unordered_map<int, int>', 39.000000, 73.000000, 95.000000, 101.000000, 112.000000, 111.000000, 117.000000, 112.000000, 124.000000,
lookup_int, 'std::unordered_map<int, int>', 36.000000, 72.000000, 93.000000, 97.000000, 110.000000, 109.000000, 117.000000, 128.000000, 120.000000,
lookup_int, 'std::unordered_map<int, int>', 38.000000, 74.000000, 108.000000, 104.000000, 105.000000, 110.000000, 115.000000, 119.000000, 117.000000,
lookup_int, 'std::unordered_map<int, int>', 36.000000, 76.000000, 93.000000, 99.000000, 111.000000, 110.000000, 126.000000, 119.000000, 118.000000,
nolookup_int, 'std::unordered_map<int, int>', 281.000000, 709.000000, 1156.000000, 1440.000000, 1869.000000, 251.000000, 2553.000000, 269.000000, 271.000000,
nolookup_int, 'std::unordered_map<int, int>', 251.000000, 689.000000, 1134.000000, 1444.000000, 1877.000000, 250.000000, 2580.000000, 263.000000, 271.000000,
nolookup_int, 'std::unordered_map<int, int>', 241.000000, 693.000000, 1114.000000, 1676.000000, 1891.000000, 361.000000, 2543.000000, 262.000000, 273.000000,
nolookup_int, 'std::unordered_map<int, int>', 255.000000, 691.000000, 1446.000000, 1435.000000, 1873.000000, 251.000000, 2567.000000, 271.000000, 271.000000,
nolookup_int, 'std::unordered_map<int, int>', 262.000000, 688.000000, 1139.000000, 1436.000000, 2272.000000, 247.000000, 2576.000000, 271.000000, 271.000000,
nolookup_int, 'std::unordered_map<int, int>', 264.000000, 716.000000, 1148.000000, 1451.000000, 1869.000000, 251.000000, 2579.000000, 265.000000, 269.000000,
nolookup_int, 'std::unordered_map<int, int>', 234.000000, 680.000000, 1145.000000, 1505.000000, 1887.000000, 310.000000, 2555.000000, 276.000000, 269.000000,
nolookup_int, 'std::unordered_map<int, int>', 242.000000, 676.000000, 1139.000000, 1438.000000, 1923.000000, 255.000000, 2591.000000, 269.000000, 281.000000,
nolookup_int, 'std::unordered_map<int, int>', 260.000000, 726.000000, 1152.000000, 1462.000000, 1896.000000, 267.000000, 2622.000000, 265.000000, 274.000000,
nolookup_int, 'std::unordered_map<int, int>', 285.000000, 708.000000, 1134.000000, 1439.000000, 1859.000000, 259.000000, 2568.000000, 262.000000, 276.000000,
delete_int, 'std::unordered_map<int, int>', 99.000000, 186.000000, 234.000000, 257.000000, 271.000000, 288.000000, 304.000000, 310.000000, 320.000000,
delete_int, 'std::unordered_map<int, int>', 86.000000, 189.000000, 261.000000, 265.000000, 292.000000, 295.000000, 298.000000, 312.000000, 334.000000,
delete_int, 'std::unordered_map<int, int>', 106.000000, 213.000000, 225.000000, 258.000000, 280.000000, 287.000000, 297.000000, 313.000000, 322.000000,
delete_int, 'std::unordered_map<int, int>', 89.000000, 168.000000, 231.000000, 256.000000, 281.000000, 287.000000, 310.000000, 312.000000, 317.000000,
delete_int, 'std::unordered_map<int, int>', 249.000000, 196.000000, 224.000000, 266.000000, 279.000000, 295.000000, 304.000000, 304.000000, 320.000000,
delete_int, 'std::unordered_map<int, int>', 98.000000, 175.000000, 233.000000, 256.000000, 283.000000, 292.000000, 305.000000, 307.000000, 331.000000,
delete_int, 'std::unordered_map<int, int>', 87.000000, 174.000000, 227.000000, 244.000000, 297.000000, 290.000000, 300.000000, 316.000000, 320.000000,
delete_int, 'std::unordered_map<int, int>', 97.000000, 172.000000, 221.000000, 289.000000, 276.000000, 285.000000, 304.000000, 324.000000, 321.000000,
delete_int, 'std::unordered_map<int, int>', 95.000000, 169.000000, 225.000000, 251.000000, 286.000000, 291.000000, 301.000000, 314.000000, 328.000000,
delete_int, 'std::unordered_map<int, int>', 91.000000, 194.000000, 382.000000, 271.000000, 298.000000, 295.000000, 316.000000, 304.000000, 317.000000,
int_insert, 'std::unordered_map<int, int>', 150, 51, 52, 55, 56, 61, 65, 72, 103, 126, 180, 164, 194, 169, 221, 232, 236, 236, 238, 239, 248, 242, 246, 260, 250, 253, 254, 343, 370, 375, 387
int_succ_lookup, 'std::unordered_map<int, int>', 21, 17, 17, 17, 18, 20, 20, 24, 38, 42, 63, 54, 62, 55, 68, 69, 69, 68, 70, 69, 71, 70, 71, 72, 74, 73, 76, 94, 97, 101, 102
int_nosucc_lookup, 'std::unordered_map<int, int>', 172, 270, 354, 436, 566, 62, 821, 76, 105, 2102, 182, 169, 3859, 176, 225, 256, 247, 242, 237, 242, 247, 244, 252, 262, 253, 253, 256, 307, 294, 313, 305
int_delete, 'std::unordered_map<int, int>', 43, 47, 50, 55, 59, 56, 83, 63, 72, 188, 126, 97, 278, 97, 193, 207, 137, 118, 120, 125, 126, 125, 133, 137, 205, 139, 153, 160, 162, 173, 170
int_insert, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 81, 93, 132, 186, 200, 230, 243, 254, 268, 273, 286, 292, 295, 291, 328, 340, 351, 366, 349, 358, 368, 373, 377, 404, 469, 489, 510, 485, 506, 517, 533
int_succ_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 38, 46, 117, 148, 146, 156, 180, 168, 173, 198, 187, 186, 200, 194, 191, 204, 222, 236, 211, 233, 228, 240, 277, 283, 302, 306, 302, 294, 306, 296, 300
int_nosucc_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 137, 222, 374, 605, 848, 194, 1313, 206, 226, 2722, 238, 241, 4110, 248, 277, 275, 290, 295, 288, 289, 303, 308, 313, 341, 402, 433, 447, 440, 424, 446, 445
int_delete, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 67, 102, 110, 220, 249, 199, 292, 229, 245, 333, 219, 216, 353, 225, 324, 339, 359, 320, 309, 322, 330, 360, 426, 454, 487, 492, 491, 452, 452, 463, 488
int_insert, 'std::unordered_map<int, int>', 87, 50, 52, 55, 61, 71, 71, 100, 139, 152, 181, 173, 180, 184, 216, 233, 240, 238, 233, 245, 244, 244, 284, 280, 265, 259, 373, 385, 378, 381, 376
int_succ_lookup, 'std::unordered_map<int, int>', 17, 17, 17, 18, 20, 24, 23, 39, 47, 50, 55, 57, 56, 58, 68, 67, 68, 69, 70, 71, 80, 71, 77, 81, 72, 76, 96, 95, 99, 101, 102
int_nosucc_lookup, 'std::unordered_map<int, int>', 175, 254, 339, 418, 603, 70, 823, 111, 136, 2462, 170, 199, 3950, 193, 222, 227, 238, 242, 235, 243, 247, 247, 279, 262, 252, 255, 297, 302, 304, 323, 306
int_delete, 'std::unordered_map<int, int>', 43, 47, 50, 55, 59, 57, 82, 72, 80, 223, 93, 132, 252, 103, 143, 119, 120, 123, 127, 131, 125, 139, 140, 160, 138, 154, 199, 252, 286, 181, 192
int_insert, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 85, 92, 132, 173, 210, 213, 237, 250, 261, 283, 286, 287, 297, 297, 305, 333, 352, 355, 352, 359, 375, 375, 385, 422, 473, 480, 515, 500, 502, 531, 535
int_succ_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 40, 46, 97, 125, 146, 151, 158, 165, 173, 185, 190, 184, 187, 196, 202, 211, 208, 224, 221, 225, 241, 248, 245, 285, 290, 289, 325, 301, 323, 324, 319
int_nosucc_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 135, 216, 364, 521, 792, 178, 1267, 204, 217, 2631, 241, 239, 4483, 248, 271, 279, 288, 290, 284, 287, 306, 298, 308, 342, 417, 409, 451, 441, 441, 452, 447
int_delete, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 67, 75, 121, 179, 220, 142, 270, 169, 183, 323, 222, 214, 353, 232, 273, 287, 290, 304, 294, 303, 330, 329, 345, 465, 462, 417, 511, 528, 532, 550, 518
int_insert, 'std::unordered_map<int, int>', 97, 50, 51, 56, 65, 66, 78, 102, 132, 153, 162, 169, 168, 181, 218, 232, 239, 242, 240, 243, 245, 270, 248, 260, 250, 248, 257, 350, 365, 377, 377
int_succ_lookup, 'std::unordered_map<int, int>', 20, 17, 19, 20, 22, 22, 30, 34, 43, 49, 53, 57, 53, 60, 68, 67, 69, 69, 69, 69, 71, 72, 71, 75, 72, 73, 75, 94, 97, 112, 105
int_nosucc_lookup, 'std::unordered_map<int, int>', 169, 259, 409, 416, 550, 67, 836, 96, 124, 2372, 163, 171, 3856, 190, 219, 226, 243, 249, 242, 247, 251, 271, 250, 258, 251, 252, 258, 311, 295, 326, 310
int_delete, 'std::unordered_map<int, int>', 43, 48, 67, 57, 58, 57, 140, 66, 75, 201, 91, 93, 263, 128, 122, 118, 163, 167, 132, 211, 218, 127, 125, 191, 134, 144, 149, 166, 167, 222, 173
int_insert, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 83, 92, 153, 188, 208, 219, 249, 259, 270, 277, 291, 287, 288, 298, 305, 332, 348, 361, 358, 357, 374, 374, 386, 402, 476, 481, 499, 504, 498, 502, 539
int_succ_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 42, 47, 128, 143, 148, 159, 170, 169, 183, 188, 203, 194, 198, 194, 200, 207, 234, 234, 233, 231, 238, 249, 239, 290, 298, 301, 305, 312, 301, 326, 310
int_nosucc_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 138, 220, 401, 540, 835, 185, 1349, 208, 220, 2927, 243, 251, 4203, 253, 270, 276, 290, 294, 287, 296, 305, 298, 308, 340, 414, 407, 428, 440, 432, 499, 452
int_delete, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 66, 83, 164, 226, 257, 156, 278, 179, 237, 337, 240, 276, 372, 256, 283, 340, 335, 329, 350, 316, 334, 329, 341, 475, 467, 466, 448, 607, 458, 559, 485
int_insert, 'std::unordered_map<int, int>', 95, 50, 52, 54, 61, 60, 84, 103, 112, 176, 161, 168, 189, 186, 212, 232, 245, 244, 239, 233, 244, 238, 318, 254, 255, 255, 367, 371, 377, 406, 385
int_succ_lookup, 'std::unordered_map<int, int>', 17, 17, 17, 17, 20, 19, 27, 34, 41, 53, 54, 55, 101, 57, 64, 67, 81, 69, 70, 73, 71, 78, 119, 73, 73, 76, 89, 94, 97, 103, 109
int_nosucc_lookup, 'std::unordered_map<int, int>', 186, 261, 349, 466, 599, 62, 888, 96, 129, 2216, 166, 171, 4000, 188, 239, 261, 254, 243, 242, 240, 249, 247, 304, 255, 255, 254, 310, 321, 304, 320, 309
int_delete, 'std::unordered_map<int, int>', 43, 47, 51, 55, 58, 55, 112, 76, 105, 213, 93, 96, 290, 106, 186, 116, 222, 131, 177, 122, 147, 150, 230, 135, 157, 159, 267, 273, 260, 303, 213
int_insert, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 118, 107, 180, 199, 202, 226, 242, 257, 269, 277, 289, 293, 298, 317, 322, 352, 357, 360, 360, 362, 388, 373, 381, 400, 496, 471, 497, 498, 501, 522, 536
int_succ_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 47, 59, 128, 143, 164, 161, 181, 173, 181, 202, 196, 185, 214, 252, 191, 215, 220, 228, 224, 228, 253, 352, 243, 271, 286, 309, 304, 308, 302, 319, 304
int_nosucc_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 140, 226, 449, 581, 840, 204, 1316, 217, 224, 2698, 241, 270, 4245, 268, 289, 303, 296, 299, 293, 288, 317, 299, 309, 328, 432, 426, 437, 427, 425, 470, 448
int_delete, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 67, 91, 166, 187, 221, 234, 300, 228, 197, 343, 243, 277, 361, 346, 329, 350, 337, 373, 347, 326, 391, 340, 354, 370, 472, 516, 461, 451, 457, 544, 578
int_insert, 'std::unordered_map<int, int>', 107, 50, 51, 54, 56, 82, 68, 72, 104, 122, 140, 148, 172, 165, 211, 230, 237, 239, 232, 240, 244, 242, 279, 255, 247, 254, 352, 368, 357, 379, 381
int_succ_lookup, 'std::unordered_map<int, int>', 18, 17, 17, 17, 18, 29, 23, 25, 37, 42, 49, 51, 63, 56, 67, 71, 73, 73, 72, 72, 74, 74, 79, 77, 77, 79, 93, 100, 101, 106, 110
int_nosucc_lookup, 'std::unordered_map<int, int>', 172, 252, 353, 422, 555, 78, 806, 74, 106, 2195, 146, 153, 3871, 176, 215, 227, 260, 241, 237, 240, 254, 245, 279, 256, 275, 253, 286, 302, 306, 324, 320
int_delete, 'std::unordered_map<int, int>', 43, 47, 52, 55, 58, 62, 80, 62, 73, 191, 86, 91, 245, 96, 122, 136, 167, 118, 121, 121, 185, 131, 140, 137, 203, 162, 153, 164, 169, 180, 177
int_insert, 'std::unordered_map<int, int>', 48, 51, 52, 55, 57, 57, 61, 73, 94, 116, 134, 153, 161, 161, 207, 223, 235, 236, 233, 229, 250, 268, 259, 253, 265, 252, 310, 340, 349, 362, 373
int_succ_lookup, 'std::unordered_map<int, int>', 17, 17, 17, 18, 18, 18, 20, 25, 33, 41, 46, 51, 54, 56, 64, 69, 72, 72, 72, 73, 76, 81, 80, 76, 81, 79, 94, 104, 103, 105, 109
int_nosucc_lookup, 'std::unordered_map<int, int>', 93, 146, 206, 245, 329, 59, 462, 78, 98, 1659, 139, 151, 3090, 170, 206, 229, 238, 241, 237, 236, 288, 261, 258, 251, 262, 251, 277, 276, 281, 289, 294
int_delete, 'std::unordered_map<int, int>', 43, 47, 51, 54, 58, 55, 79, 77, 69, 188, 82, 87, 249, 93, 104, 115, 118, 121, 120, 121, 129, 222, 144, 133, 242, 162, 190, 154, 160, 167, 287
int_insert, 'std::unordered_map<int, int>', 48, 50, 52, 55, 58, 57, 61, 79, 94, 124, 139, 148, 163, 165, 207, 219, 233, 238, 234, 236, 247, 251, 269, 250, 255, 253, 349, 323, 341, 354, 356
int_succ_lookup, 'std::unordered_map<int, int>', 17, 17, 17, 18, 19, 18, 20, 28, 35, 43, 49, 53, 55, 57, 66, 70, 72, 73, 72, 75, 75, 77, 78, 76, 77, 78, 104, 97, 102, 107, 106
int_nosucc_lookup, 'std::unordered_map<int, int>', 92, 146, 196, 250, 357, 60, 482, 84, 103, 1642, 153, 154, 3091, 170, 210, 227, 239, 240, 237, 272, 249, 252, 254, 258, 254, 256, 277, 280, 281, 290, 290
int_delete, 'std::unordered_map<int, int>', 43, 47, 51, 55, 59, 55, 87, 63, 71, 187, 89, 87, 248, 95, 110, 112, 135, 118, 125, 214, 121, 126, 129, 136, 132, 154, 192, 160, 163, 171, 169
int_insert, 'std::unordered_map<int, int>', 47, 52, 54, 56, 59, 58, 63, 84, 123, 121, 135, 146, 164, 170, 209, 219, 227, 237, 233, 236, 240, 250, 258, 252, 247, 246, 307, 332, 341, 358, 358
int_succ_lookup, 'std::unordered_map<int, int>', 17, 18, 18, 19, 19, 18, 21, 33, 58, 43, 47, 50, 55, 57, 66, 68, 72, 80, 72, 73, 75, 78, 78, 77, 76, 77, 93, 98, 101, 104, 107
int_nosucc_lookup, 'std::unordered_map<int, int>', 92, 148, 207, 251, 352, 60, 527, 92, 126, 1659, 140, 151, 3120, 175, 209, 224, 244, 240, 237, 239, 248, 252, 259, 253, 257, 255, 272, 278, 281, 291, 285
int_delete, 'std::unordered_map<int, int>', 43, 48, 52, 56, 61, 55, 78, 67, 77, 188, 82, 86, 248, 94, 104, 110, 120, 118, 118, 125, 122, 129, 134, 130, 136, 140, 150, 159, 163, 166, 171
int_insert, 'std::unordered_map<int, int>', 48, 50, 52, 56, 55, 57, 62, 68, 93, 120, 137, 149, 160, 168, 199, 217, 238, 239, 237, 240, 240, 249, 254, 255, 248, 255, 319, 328, 342, 357, 354
int_succ_lookup, 'std::unordered_map<int, int>', 17, 17, 17, 18, 16, 18, 20, 22, 33, 42, 47, 51, 56, 56, 65, 69, 71, 73, 72, 73, 74, 77, 79, 86, 82, 77, 93, 100, 101, 106, 109
int_nosucc_lookup, 'std::unordered_map<int, int>', 94, 144, 190, 242, 294, 60, 518, 69, 100, 1627, 138, 153, 3055, 172, 207, 225, 238, 240, 237, 240, 250, 257, 252, 259, 250, 253, 275, 277, 281, 291, 288
int_delete, 'std::unordered_map<int, int>', 44, 47, 51, 55, 58, 56, 84, 61, 70, 184, 85, 87, 249, 92, 103, 112, 118, 118, 119, 131, 123, 128, 133, 152, 152, 138, 152, 159, 157, 162, 178
int_insert, 'std::unordered_map<int, int>', 47, 50, 52, 56, 57, 70, 79, 106, 131, 121, 141, 145, 161, 162, 202, 221, 235, 238, 236, 236, 246, 249, 256, 251, 251, 251, 313, 333, 344, 356, 360
int_succ_lookup, 'std::unordered_map<int, int>', 17, 17, 17, 19, 19, 24, 29, 38, 47, 43, 48, 50, 55, 56, 66, 69, 72, 72, 79, 73, 75, 79, 77, 75, 79, 76, 93, 97, 101, 105, 108
int_nosucc_lookup, 'std::unordered_map<int, int>', 94, 149, 203, 258, 330, 72, 579, 108, 136, 1498, 144, 150, 3056, 170, 204, 225, 236, 244, 237, 241, 247, 253, 258, 253, 253, 251, 273, 278, 280, 292, 287
int_delete, 'std::unordered_map<int, int>', 43, 47, 52, 55, 58, 58, 141, 74, 91, 186, 84, 87, 245, 93, 105, 114, 117, 118, 118, 121, 124, 124, 130, 128, 141, 141, 155, 156, 157, 165, 166
int_insert, 'std::unordered_map<int, int>', 47, 50, 59, 68, 57, 57, 61, 70, 95, 140, 137, 148, 164, 164, 201, 221, 235, 236, 237, 244, 242, 251, 259, 253, 252, 249, 343, 354, 338, 356, 360
int_succ_lookup, 'std::unordered_map<int, int>', 17, 26, 18, 18, 18, 18, 20, 22, 35, 48, 47, 50, 54, 56, 66, 70, 72, 73, 72, 74, 75, 77, 78, 76, 77, 77, 115, 101, 102, 104, 107
int_nosucc_lookup, 'std::unordered_map<int, int>', 92, 177, 191, 231, 316, 59, 464, 71, 101, 1679, 140, 152, 2759, 169, 204, 223, 241, 242, 238, 243, 252, 253, 259, 255, 251, 256, 277, 285, 282, 290, 291
int_delete, 'std::unordered_map<int, int>', 43, 47, 51, 55, 59, 55, 83, 60, 71, 184, 83, 86, 245, 93, 106, 112, 121, 121, 119, 158, 125, 126, 134, 130, 140, 143, 188, 238, 162, 164, 174
int_insert, 'std::unordered_map<int, int>', 47, 51, 52, 56, 56, 59, 62, 68, 96, 123, 138, 148, 163, 170, 208, 219, 234, 234, 237, 235, 239, 251, 258, 256, 250, 249, 313, 330, 337, 359, 360
int_succ_lookup, 'std::unordered_map<int, int>', 17, 18, 18, 18, 18, 19, 20, 23, 35, 43, 48, 52, 54, 56, 65, 70, 73, 73, 73, 72, 76, 77, 78, 76, 77, 76, 93, 97, 102, 106, 117
int_nosucc_lookup, 'std::unordered_map<int, int>', 92, 146, 208, 265, 295, 61, 481, 71, 102, 1667, 141, 155, 3096, 175, 209, 224, 238, 240, 241, 238, 247, 252, 258, 254, 250, 252, 274, 282, 280, 289, 291
int_delete, 'std::unordered_map<int, int>', 43, 47, 50, 56, 61, 55, 132, 61, 70, 190, 82, 89, 248, 94, 108, 113, 118, 118, 137, 119, 127, 127, 127, 132, 134, 140, 151, 160, 160, 171, 170
int_insert, 'std::unordered_map<int, int>', 47, 50, 53, 55, 57, 57, 62, 74, 99, 121, 138, 150, 163, 170, 203, 223, 235, 238, 234, 247, 240, 253, 255, 251, 251, 252, 315, 334, 344, 360, 352
int_succ_lookup, 'std::unordered_map<int, int>', 17, 17, 17, 18, 18, 18, 20, 25, 35, 43, 55, 52, 55, 57, 66, 69, 71, 73, 72, 76, 75, 77, 78, 76, 77, 78, 92, 99, 112, 104, 107
int_nosucc_lookup, 'std::unordered_map<int, int>', 92, 155, 190, 248, 300, 60, 494, 77, 102, 1562, 144, 155, 3107, 174, 209, 223, 236, 243, 236, 244, 246, 252, 259, 254, 252, 254, 273, 279, 281, 291, 289
int_delete, 'std::unordered_map<int, int>', 43, 47, 51, 54, 60, 55, 75, 62, 73, 192, 86, 88, 246, 95, 107, 114, 117, 119, 118, 166, 124, 127, 132, 132, 139, 141, 146, 165, 163, 167, 175
int_insert, 'std::unordered_map<int, int>', 47, 51, 53, 55, 57, 57, 62, 70, 99, 123, 138, 149, 172, 166, 203, 221, 239, 239, 231, 236, 248, 250, 258, 251, 253, 246, 316, 337, 340, 361, 358
int_succ_lookup, 'std::unordered_map<int, int>', 17, 17, 17, 18, 18, 18, 20, 24, 35, 42, 47, 51, 58, 56, 65, 69, 72, 73, 73, 80, 75, 77, 79, 77, 77, 77, 93, 106, 101, 105, 106
int_nosucc_lookup, 'std::unordered_map<int, int>', 92, 149, 216, 250, 318, 60, 479, 74, 103, 1647, 144, 153, 3211, 170, 210, 227, 238, 243, 238, 242, 251, 253, 256, 254, 253, 252, 273, 289, 279, 289, 290
int_delete, 'std::unordered_map<int, int>', 43, 47, 51, 56, 59, 55, 79, 61, 72, 191, 85, 86, 245, 93, 106, 112, 118, 120, 120, 122, 127, 126, 132, 135, 137, 146, 152, 224, 155, 167, 174
int_insert, 'std::unordered_map<int, int>', 47, 50, 52, 55, 57, 57, 64, 69, 96, 123, 142, 148, 159, 164, 203, 221, 234, 234, 236, 238, 244, 255, 258, 247, 258, 249, 314, 331, 342, 360, 356
int_succ_lookup, 'std::unordered_map<int, int>', 17, 17, 17, 18, 18, 18, 21, 23, 33, 42, 48, 51, 57, 59, 66, 69, 72, 74, 72, 72, 75, 77, 79, 76, 78, 79, 92, 97, 101, 105, 107
int_nosucc_lookup, 'std::unordered_map<int, int>', 95, 144, 211, 246, 337, 59, 494, 71, 99, 1493, 146, 154, 3083, 173, 208, 222, 237, 241, 237, 237, 248, 252, 255, 252, 256, 253, 273, 283, 274, 288, 288
int_delete, 'std::unordered_map<int, int>', 43, 48, 51, 55, 60, 70, 76, 61, 70, 188, 84, 88, 241, 95, 105, 113, 115, 119, 123, 119, 122, 128, 130, 135, 154, 141, 148, 158, 165, 160, 162
int_insert, 'std::unordered_map<int, int>', 48, 51, 53, 58, 64, 57, 62, 69, 94, 122, 136, 144, 162, 169, 206, 218, 237, 229, 233, 232, 245, 250, 257, 254, 252, 251, 310, 329, 344, 353, 363
int_succ_lookup, 'std::unordered_map<int, int>', 17, 18, 17, 19, 21, 18, 20, 23, 34, 43, 47, 51, 55, 56, 65, 69, 72, 73, 72, 75, 73, 77, 78, 77, 85, 80, 93, 102, 101, 105, 107
int_nosucc_lookup, 'std::unordered_map<int, int>', 94, 167, 196, 259, 345, 59, 515, 72, 103, 1620, 142, 153, 3105, 171, 207, 224, 236, 239, 240, 236, 246, 252, 257, 255, 254, 257, 276, 278, 278, 290, 293
int_delete, 'std::unordered_map<int, int>', 44, 47, 51, 55, 57, 55, 76, 61, 71, 195, 83, 88, 246, 94, 108, 112, 117, 119, 121, 121, 121, 129, 127, 135, 141, 143, 146, 154, 162, 168, 174
int_insert, 'std::unordered_map<int, int>', 48, 50, 53, 55, 57, 57, 60, 72, 95, 118, 136, 150, 161, 168, 207, 223, 235, 236, 230, 233, 247, 254, 255, 253, 251, 252, 306, 335, 344, 358, 358
int_succ_lookup, 'std::unordered_map<int, int>', 17, 17, 17, 18, 18, 18, 20, 25, 34, 43, 47, 52, 54, 58, 66, 69, 72, 72, 72, 74, 73, 77, 79, 77, 76, 77, 93, 107, 103, 105, 108
int_nosucc_lookup, 'std::unordered_map<int, int>', 92, 143, 197, 262, 329, 61, 500, 75, 99, 1692, 142, 156, 3025, 174, 210, 224, 238, 240, 235, 239, 248, 251, 256, 256, 253, 255, 273, 279, 281, 289, 290
int_delete, 'std::unordered_map<int, int>', 43, 46, 50, 57, 58, 56, 79, 62, 71, 190, 84, 88, 247, 94, 106, 115, 116, 117, 122, 123, 124, 131, 129, 135, 136, 141, 154, 159, 164, 174, 171
int_insert, 'std::unordered_map<int, int>', 47, 50, 52, 54, 57, 57, 60, 73, 94, 122, 139, 149, 163, 171, 205, 220, 231, 235, 231, 232, 254, 253, 257, 256, 249, 250, 307, 331, 381, 355, 358
int_succ_lookup, 'std::unordered_map<int, int>', 17, 17, 17, 18, 18, 18, 19, 27, 35, 43, 48, 51, 55, 57, 66, 70, 72, 73, 80, 73, 79, 77, 80, 77, 76, 77, 92, 100, 109, 105, 107
int_nosucc_lookup, 'std::unordered_map<int, int>', 92, 159, 210, 238, 311, 59, 482, 76, 102, 1603, 145, 152, 3140, 174, 210, 227, 237, 239, 243, 238, 262, 251, 258, 255, 253, 250, 272, 282, 293, 292, 289
int_delete, 'std::unordered_map<int, int>', 43, 47, 51, 56, 59, 55, 78, 62, 70, 192, 83, 87, 247, 93, 105, 115, 116, 120, 127, 123, 148, 129, 135, 133, 142, 139, 154, 160, 218, 164, 166
int_insert, 'std::unordered_map<int, int>', 47, 50, 52, 56, 57, 57, 61, 69, 95, 125, 139, 151, 160, 164, 200, 221, 238, 239, 236, 239, 244, 251, 257, 253, 259, 246, 308, 325, 342, 356, 356
int_succ_lookup, 'std::unordered_map<int, int>', 17, 17, 17, 18, 18, 18, 20, 23, 34, 42, 53, 52, 55, 56, 66, 70, 73, 72, 72, 73, 75, 78, 78, 77, 79, 78, 93, 96, 102, 106, 109
int_nosucc_lookup, 'std::unordered_map<int, int>', 92, 144, 191, 226, 338, 60, 479, 74, 99, 1736, 143, 155, 2831, 169, 212, 224, 240, 244, 238, 242, 245, 253, 256, 257, 254, 254, 272, 276, 281, 296, 287
int_delete, 'std::unordered_map<int, int>', 43, 47, 51, 55, 61, 55, 78, 61, 70, 216, 83, 86, 252, 95, 106, 112, 118, 121, 121, 122, 129, 126, 129, 139, 146, 143, 147, 152, 161, 166, 165
int_insert, 'std::unordered_map<int, int>', 47, 51, 52, 54, 58, 57, 63, 67, 94, 119, 138, 150, 166, 191, 204, 220, 235, 242, 231, 239, 247, 251, 256, 255, 253, 251, 313, 329, 337, 360, 361
int_succ_lookup, 'std::unordered_map<int, int>', 17, 17, 17, 17, 18, 18, 20, 23, 36, 42, 47, 52, 55, 62, 66, 70, 72, 72, 73, 74, 75, 77, 78, 76, 77, 79, 93, 97, 102, 106, 107
int_nosucc_lookup, 'std::unordered_map<int, int>', 92, 146, 190, 240, 333, 60, 485, 72, 101, 1700, 144, 155, 3120, 191, 205, 222, 237, 246, 238, 240, 249, 248, 257, 252, 252, 253, 273, 277, 280, 293, 291
int_delete, 'std::unordered_map<int, int>', 43, 48, 51, 56, 59, 55, 73, 61, 71, 189, 83, 90, 245, 117, 109, 112, 117, 146, 120, 124, 128, 129, 129, 134, 137, 142, 149, 157, 161, 169, 168
int_insert, 'std::unordered_map<int, int>', 47, 50, 52, 55, 56, 56, 61, 71, 96, 119, 137, 150, 161, 169, 205, 219, 236, 237, 231, 237, 245, 253, 259, 252, 252, 248, 313, 330, 343, 362, 356
int_succ_lookup, 'std::unordered_map<int, int>', 17, 17, 17, 17, 18, 18, 20, 24, 36, 42, 48, 52, 55, 63, 65, 68, 73, 73, 73, 73, 75, 77, 79, 77, 78, 77, 93, 99, 102, 105, 107
int_nosucc_lookup, 'std::unordered_map<int, int>', 92, 151, 201, 219, 320, 59, 440, 74, 103, 1522, 141, 154, 3104, 171, 206, 223, 241, 241, 241, 240, 249, 251, 255, 256, 252, 255, 277, 279, 284, 287, 289
int_delete, 'std::unordered_map<int, int>', 43, 50, 52, 55, 59, 54, 75, 61, 71, 189, 82, 87, 247, 94, 106, 112, 115, 119, 122, 120, 126, 128, 132, 135, 147, 140, 151, 158, 236, 170, 167
int_insert, 'std::unordered_map<int, int>', 47, 51, 52, 55, 57, 57, 63, 93, 100, 125, 136, 150, 161, 165, 210, 216, 242, 237, 233, 236, 245, 251, 265, 253, 251, 249, 315, 327, 362, 362, 365
int_succ_lookup, 'std::unordered_map<int, int>', 17, 17, 17, 18, 18, 18, 20, 32, 35, 43, 48, 51, 54, 57, 65, 68, 72, 73, 74, 73, 74, 79, 79, 77, 76, 78, 94, 98, 108, 107, 106
int_nosucc_lookup, 'std::unordered_map<int, int>', 92, 149, 210, 242, 296, 60, 481, 91, 105, 1661, 142, 153, 3096, 169, 201, 221, 237, 244, 235, 237, 252, 248, 259, 250, 254, 256, 275, 275, 302, 291, 283
int_delete, 'std::unordered_map<int, int>', 43, 47, 50, 58, 60, 56, 84, 64, 71, 193, 84, 87, 246, 95, 106, 112, 117, 121, 120, 123, 125, 129, 131, 134, 138, 226, 155, 154, 302, 179, 176
int_insert, 'std::unordered_map<int, int>', 47, 50, 52, 55, 56, 57, 62, 72, 98, 123, 140, 171, 164, 170, 220, 221, 235, 239, 236, 245, 250, 257, 260, 260, 249, 261, 348, 354, 343, 364, 356
int_succ_lookup, 'std::unordered_map<int, int>', 17, 17, 17, 18, 18, 18, 21, 25, 35, 43, 48, 57, 55, 57, 71, 69, 72, 73, 75, 82, 76, 77, 82, 77, 76, 81, 102, 104, 102, 105, 106
int_nosucc_lookup, 'std::unordered_map<int, int>', 94, 146, 198, 242, 290, 60, 588, 75, 102, 1690, 142, 172, 3093, 170, 222, 225, 239, 243, 237, 246, 251, 253, 257, 254, 253, 278, 291, 290, 282, 293, 288
int_delete, 'std::unordered_map<int, int>', 43, 47, 51, 54, 59, 54, 88, 62, 70, 193, 82, 91, 250, 93, 150, 112, 119, 122, 124, 183, 138, 134, 175, 148, 137, 213, 255, 260, 165, 170, 171
int_insert, 'std::unordered_map<int, int>', 48, 51, 52, 54, 57, 57, 63, 75, 99, 120, 140, 151, 161, 169, 201, 225, 234, 237, 233, 230, 244, 260, 258, 249, 258, 248, 318, 328, 341, 359, 356
int_succ_lookup, 'std::unordered_map<int, int>', 17, 17, 17, 18, 18, 18, 20, 27, 38, 46, 48, 51, 54, 56, 66, 69, 74, 73, 73, 72, 74, 77, 78, 76, 86, 77, 95, 97, 102, 127, 107
int_nosucc_lookup, 'std::unordered_map<int, int>', 93, 149, 197, 231, 322, 60, 504, 78, 104, 1591, 142, 155, 2865, 171, 208, 224, 240, 241, 237, 241, 248, 251, 255, 249, 253, 254, 275, 278, 283, 299, 320
int_delete, 'std::unordered_map<int, int>', 43, 47, 50, 55, 60, 57, 79, 62, 73, 191, 83, 86, 246, 92, 107, 113, 126, 121, 119, 122, 124, 127, 128, 134, 138, 141, 167, 156, 162, 217, 299
int_insert, 'std::unordered_map<int, int>', 47, 50, 52, 57, 59, 77, 71, 75, 131, 127, 163, 170, 164, 168, 207, 224, 235, 233, 238, 240, 244, 253, 256, 253, 261, 258, 315, 330, 351, 374, 369
int_succ_lookup, 'std::unordered_map<int, int>', 17, 17, 17, 18, 19, 26, 24, 28, 46, 51, 54, 56, 56, 56, 66, 70, 72, 72, 72, 73, 75, 77, 78, 77, 79, 77, 94, 97, 110, 112, 109
int_nosucc_lookup, 'std::unordered_map<int, int>', 92, 162, 211, 263, 345, 75, 484, 78, 132, 1845, 163, 168, 3096, 170, 209, 224, 238, 241, 241, 237, 252, 250, 257, 255, 259, 255, 273, 279, 281, 304, 296
int_delete, 'std::unordered_map<int, int>', 43, 47, 53, 55, 69, 58, 82, 62, 78, 200, 88, 93, 245, 93, 111, 113, 118, 119, 128, 121, 133, 151, 131, 134, 200, 151, 149, 153, 184, 378, 228
int_insert, 'std::unordered_map<int, int>', 48, 50, 52, 55, 84, 58, 119, 123, 183, 164, 171, 197, 186, 201, 222, 224, 234, 237, 235, 239, 244, 254, 263, 253, 250, 252, 314, 362, 361, 355, 361
int_succ_lookup, 'std::unordered_map<int, int>', 17, 17, 17, 18, 29, 19, 43, 43, 60, 61, 57, 71, 62, 64, 70, 70, 73, 73, 72, 73, 75, 77, 78, 76, 76, 78, 95, 105, 104, 103, 107
int_nosucc_lookup, 'std::unordered_map<int, int>', 94, 145, 220, 242, 337, 60, 723, 115, 163, 2026, 164, 201, 3474, 205, 220, 223, 236, 239, 237, 246, 252, 251, 255, 253, 256, 255, 274, 294, 294, 290, 294
int_delete, 'std::unordered_map<int, int>', 43, 56, 52, 62, 64, 55, 152, 77, 99, 237, 92, 166, 270, 163, 159, 112, 117, 119, 120, 132, 126, 129, 129, 130, 138, 142, 159, 238, 243, 166, 193
int_insert, 'std::unordered_map<int, int>', 47, 50, 54, 55, 57, 71, 62, 69, 96, 118, 136, 154, 170, 174, 210, 219, 236, 236, 234, 237, 245, 250, 254, 250, 251, 253, 308, 346, 337, 355, 359
int_succ_lookup, 'std::unordered_map<int, int>', 17, 17, 17, 18, 18, 24, 20, 23, 34, 40, 47, 52, 56, 57, 67, 69, 72, 74, 73, 73, 75, 77, 79, 76, 77, 77, 95, 107, 102, 105, 107
int_nosucc_lookup, 'std::unordered_map<int, int>', 92, 144, 197, 226, 331, 69, 499, 73, 107, 1698, 143, 163, 2859, 173, 211, 224, 236, 243, 238, 240, 247, 251, 255, 261, 253, 253, 278, 278, 282, 289, 289
int_delete, 'std::unordered_map<int, int>', 43, 47, 51, 54, 58, 57, 80, 60, 75, 188, 83, 89, 245, 95, 108, 114, 117, 121, 124, 122, 121, 127, 133, 135, 139, 146, 152, 172, 166, 161, 166
int_insert, 'std::unordered_map<int, int>', 48, 51, 54, 56, 58, 73, 64, 73, 96, 122, 136, 151, 168, 169, 206, 217, 236, 240, 236, 236, 245, 248, 259, 254, 253, 253, 314, 331, 345, 358, 359
int_succ_lookup, 'std::unordered_map<int, int>', 17, 17, 18, 19, 19, 24, 20, 25, 35, 42, 50, 52, 56, 57, 65, 70, 72, 75, 73, 73, 75, 78, 79, 77, 76, 77, 98, 97, 102, 104, 110
int_nosucc_lookup, 'std::unordered_map<int, int>', 95, 145, 191, 227, 307, 73, 515, 75, 102, 1571, 141, 154, 3068, 171, 208, 224, 233, 241, 240, 241, 250, 248, 255, 254, 254, 255, 276, 279, 280, 292, 290
int_delete, 'std::unordered_map<int, int>', 44, 47, 51, 55, 59, 58, 82, 64, 72, 193, 84, 89, 247, 94, 107, 114, 116, 120, 118, 124, 127, 128, 133, 138, 132, 141, 165, 153, 160, 169, 174
int_insert, 'std::unordered_map<int, int>', 47, 50, 52, 55, 57, 57, 61, 71, 93, 120, 141, 148, 164, 163, 206, 217, 232, 238, 229, 235, 247, 253, 252, 252, 253, 254, 309, 323, 339, 353, 355
int_succ_lookup, 'std::unordered_map<int, int>', 17, 17, 17, 18, 18, 18, 20, 23, 33, 42, 49, 51, 61, 62, 67, 69, 72, 76, 73, 72, 75, 78, 77, 77, 77, 77, 93, 97, 102, 104, 107
int_nosucc_lookup, 'std::unordered_map<int, int>', 92, 159, 216, 241, 326, 60, 464, 74, 96, 1693, 143, 152, 2952, 172, 210, 223, 239, 250, 237, 239, 249, 252, 256, 255, 252, 254, 279, 274, 281, 287, 291
int_delete, 'std::unordered_map<int, int>', 43, 47, 50, 55, 60, 55, 76, 60, 70, 211, 83, 87, 242, 96, 107, 115, 116, 171, 121, 124, 127, 131, 134, 135, 139, 142, 157, 156, 163, 162, 176
int_insert, 'std::unordered_map<int, int>', 47, 51, 52, 55, 57, 57, 61, 70, 97, 122, 147, 148, 161, 165, 204, 224, 234, 240, 232, 234, 247, 251, 259, 254, 252, 255, 315, 376, 359, 358, 360
int_succ_lookup, 'std::unordered_map<int, int>', 17, 17, 17, 18, 18, 18, 19, 24, 33, 42, 50, 53, 54, 58, 66, 70, 72, 73, 72, 73, 75, 79, 79, 77, 81, 78, 93, 115, 105, 106, 108
int_nosucc_lookup, 'std::unordered_map<int, int>', 92, 145, 217, 257, 324, 60, 496, 73, 101, 1675, 148, 153, 3009, 169, 212, 224, 237, 237, 235, 238, 252, 249, 258, 253, 254, 256, 271, 315, 293, 292, 287
int_delete, 'std::unordered_map<int, int>', 43, 48, 51, 55, 59, 55, 81, 61, 71, 191, 84, 87, 246, 92, 109, 110, 115, 119, 120, 122, 126, 130, 133, 133, 137, 147, 155, 379, 247, 170, 175
int_insert, 'std::unordered_map<int, int>', 47, 51, 52, 56, 59, 57, 67, 71, 97, 122, 137, 149, 161, 174, 207, 220, 236, 235, 235, 236, 248, 250, 251, 255, 256, 249, 311, 329, 336, 368, 367
int_succ_lookup, 'std::unordered_map<int, int>', 17, 17, 17, 18, 18, 18, 21, 27, 34, 43, 47, 51, 56, 57, 67, 68, 72, 73, 73, 74, 77, 78, 78, 76, 78, 78, 96, 98, 100, 105, 110
int_nosucc_lookup, 'std::unordered_map<int, int>', 92, 157, 210, 239, 323, 61, 598, 75, 103, 1546, 141, 156, 2945, 173, 210, 231, 237, 243, 236, 238, 251, 251, 257, 255, 255, 254, 273, 278, 281, 297, 307
int_delete, 'std::unordered_map<int, int>', 43, 47, 50, 55, 59, 55, 99, 63, 70, 204, 83, 89, 246, 95, 108, 134, 118, 120, 176, 120, 128, 133, 131, 135, 138, 139, 152, 156, 159, 177, 341
int_insert, 'std::unordered_map<int, int>', 48, 51, 54, 59, 70, 82, 70, 86, 116, 138, 187, 173, 190, 205, 214, 226, 242, 243, 235, 243, 263, 262, 284, 268, 260, 260, 355, 351, 370, 391, 382
int_succ_lookup, 'std::unordered_map<int, int>', 17, 17, 18, 19, 26, 31, 24, 34, 46, 51, 63, 59, 61, 67, 69, 72, 83, 75, 74, 76, 83, 80, 84, 79, 80, 81, 109, 101, 108, 111, 121
int_nosucc_lookup, 'std::unordered_map<int, int>', 94, 157, 197, 256, 416, 88, 520, 97, 120, 1800, 195, 175, 3351, 214, 214, 234, 247, 242, 240, 242, 260, 257, 275, 260, 261, 260, 301, 284, 299, 301, 302
int_delete, 'std::unordered_map<int, int>', 44, 50, 53, 57, 122, 69, 115, 68, 77, 225, 159, 106, 261, 198, 109, 171, 144, 122, 121, 139, 231, 152, 177, 161, 155, 175, 291, 206, 276, 203, 204
int_insert, 'std::unordered_map<int, int>', 47, 50, 52, 55, 57, 63, 80, 67, 112, 121, 152, 153, 185, 193, 208, 222, 235, 240, 238, 240, 247, 263, 273, 248, 251, 256, 332, 353, 366, 398, 376
int_succ_lookup, 'std::unordered_map<int, int>', 17, 17, 17, 18, 18, 21, 28, 22, 41, 42, 60, 53, 59, 63, 66, 69, 73, 74, 74, 74, 88, 81, 83, 77, 77, 80, 95, 106, 108, 110, 115
int_nosucc_lookup, 'std::unordered_map<int, int>', 94, 155, 207, 246, 312, 68, 686, 72, 119, 1657, 164, 156, 3169, 193, 212, 227, 240, 242, 241, 240, 252, 254, 266, 254, 254, 257, 278, 295, 294, 308, 303
int_delete, 'std::unordered_map<int, int>', 43, 48, 53, 55, 59, 58, 120, 60, 75, 187, 107, 91, 252, 103, 106, 115, 117, 119, 150, 125, 135, 166, 161, 131, 135, 148, 150, 192, 202, 314, 209
int_insert, 'std::unordered_map<int, int>', 48, 51, 53, 56, 71, 57, 67, 67, 151, 122, 145, 190, 166, 170, 206, 254, 235, 243, 249, 241, 243, 265, 274, 260, 245, 248, 312, 326, 356, 357, 355
int_succ_lookup, 'std::unordered_map<int, int>', 17, 17, 17, 18, 25, 18, 22, 23, 53, 43, 50, 69, 60, 58, 68, 79, 73, 74, 74, 74, 75, 81, 84, 79, 78, 77, 92, 98, 104, 107, 108
int_nosucc_lookup, 'std::unordered_map<int, int>', 94, 148, 209, 252, 399, 59, 428, 71, 151, 1717, 149, 193, 3389, 172, 213, 241, 237, 243, 239, 240, 246, 265, 265, 262, 253, 256, 268, 282, 285, 291, 285
int_delete, 'std::unordered_map<int, int>', 44, 48, 53, 57, 67, 55, 85, 60, 89, 200, 85, 132, 251, 94, 108, 184, 118, 145, 160, 124, 124, 144, 158, 191, 138, 142, 154, 160, 181, 171, 165
int_insert, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 80, 89, 128, 171, 199, 212, 242, 248, 260, 277, 287, 283, 290, 292, 312, 326, 357, 361, 355, 364, 377, 381, 376, 397, 485, 497, 498, 499, 502, 543, 509
int_succ_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 38, 46, 92, 125, 147, 158, 165, 168, 176, 184, 183, 190, 200, 203, 199, 210, 234, 232, 228, 272, 246, 247, 255, 274, 281, 295, 330, 279, 287, 337, 305
int_nosucc_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 134, 218, 372, 509, 804, 182, 1286, 207, 217, 2697, 236, 234, 4409, 244, 263, 278, 299, 300, 284, 298, 298, 299, 305, 326, 395, 418, 408, 433, 430, 471, 442
int_delete, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 66, 76, 115, 178, 218, 145, 271, 170, 189, 324, 226, 212, 351, 232, 260, 293, 371, 312, 313, 374, 326, 326, 333, 379, 444, 439, 437, 445, 443, 571, 481
int_insert, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 82, 114, 130, 167, 198, 213, 234, 250, 266, 278, 285, 287, 296, 286, 305, 330, 355, 358, 347, 358, 373, 374, 383, 397, 399, 411, 420, 426, 421, 437, 434
int_succ_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 39, 69, 93, 122, 141, 153, 166, 170, 181, 189, 190, 188, 195, 189, 203, 215, 229, 226, 221, 229, 343, 222, 247, 275, 285, 286, 295, 295, 427, 308, 306
int_nosucc_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 133, 243, 371, 522, 798, 175, 1276, 207, 217, 2720, 236, 237, 4187, 247, 262, 278, 293, 291, 288, 288, 303, 298, 309, 329, 338, 344, 355, 360, 356, 370, 362
int_delete, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 66, 91, 113, 180, 213, 138, 272, 203, 189, 328, 207, 211, 360, 227, 256, 288, 306, 304, 305, 309, 329, 327, 346, 384, 392, 411, 422, 435, 443, 463, 453
int_insert, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 90, 86, 130, 172, 196, 209, 235, 256, 259, 280, 285, 280, 292, 283, 309, 326, 347, 358, 356, 356, 372, 377, 381, 399, 406, 405, 448, 423, 422, 431, 436
int_succ_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 41, 44, 91, 124, 145, 150, 162, 171, 174, 206, 190, 178, 275, 197, 200, 212, 223, 228, 221, 229, 232, 250, 245, 265, 263, 284, 319, 280, 307, 330, 307
int_nosucc_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 136, 218, 357, 523, 795, 179, 1371, 205, 216, 2631, 240, 236, 4327, 242, 261, 279, 289, 292, 285, 286, 303, 305, 308, 333, 338, 343, 369, 363, 357, 377, 374
int_delete, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 66, 75, 112, 180, 218, 140, 281, 171, 179, 323, 217, 222, 350, 228, 250, 279, 300, 309, 299, 302, 324, 332, 345, 382, 389, 407, 499, 430, 445, 512, 504
int_insert, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 92, 90, 127, 171, 201, 228, 237, 257, 263, 277, 285, 283, 298, 291, 313, 331, 349, 356, 357, 357, 375, 373, 379, 397, 399, 412, 416, 422, 426, 431, 431
int_succ_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 40, 45, 90, 116, 144, 158, 163, 173, 176, 191, 198, 188, 190, 189, 198, 205, 223, 222, 229, 227, 243, 251, 252, 276, 278, 291, 292, 295, 327, 306, 308
int_nosucc_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 134, 213, 360, 516, 790, 183, 1418, 213, 215, 2817, 232, 239, 4493, 245, 265, 279, 289, 291, 286, 293, 301, 303, 308, 330, 333, 350, 355, 363, 362, 369, 379
int_delete, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 67, 76, 111, 180, 212, 156, 262, 201, 177, 322, 207, 212, 352, 217, 259, 284, 306, 304, 306, 315, 326, 340, 327, 369, 387, 482, 424, 436, 450, 567, 530
int_insert, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 84, 90, 125, 171, 199, 212, 240, 246, 263, 273, 294, 279, 298, 285, 308, 329, 348, 355, 350, 361, 390, 370, 384, 399, 405, 410, 419, 422, 429, 429, 424
int_succ_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 39, 44, 94, 123, 150, 151, 165, 171, 181, 185, 192, 190, 200, 195, 202, 216, 319, 229, 231, 229, 265, 241, 306, 271, 287, 285, 293, 296, 297, 318, 300
int_nosucc_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 134, 213, 362, 519, 828, 179, 1276, 206, 215, 2668, 248, 238, 4230, 243, 267, 273, 291, 289, 287, 287, 322, 303, 358, 329, 333, 345, 356, 361, 361, 368, 358
int_delete, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 67, 76, 112, 176, 214, 146, 268, 176, 188, 331, 286, 213, 355, 217, 261, 299, 304, 312, 304, 308, 449, 340, 456, 377, 385, 405, 420, 434, 443, 474, 447
int_insert, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 101, 89, 129, 175, 200, 211, 239, 246, 260, 274, 286, 283, 296, 287, 308, 334, 353, 360, 357, 356, 375, 370, 386, 400, 397, 413, 419, 424, 420, 435, 431
int_succ_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 41, 46, 90, 124, 144, 152, 174, 160, 176, 193, 189, 192, 195, 273, 203, 208, 223, 214, 227, 228, 227, 244, 249, 278, 262, 274, 415, 312, 307, 315, 307
int_nosucc_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 140, 220, 374, 518, 794, 180, 1281, 204, 215, 2879, 236, 238, 4245, 252, 261, 276, 292, 295, 290, 295, 307, 304, 313, 334, 334, 341, 355, 362, 354, 371, 369
int_delete, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 66, 74, 110, 179, 217, 149, 278, 169, 180, 317, 207, 215, 350, 232, 254, 273, 304, 310, 310, 317, 360, 355, 363, 403, 389, 402, 433, 437, 445, 455, 463
int_insert, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 90, 88, 123, 169, 201, 213, 237, 247, 264, 276, 286, 286, 289, 292, 310, 331, 353, 361, 357, 356, 380, 367, 384, 395, 407, 408, 424, 426, 427, 430, 428
int_succ_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 43, 45, 90, 124, 154, 148, 165, 183, 177, 187, 185, 191, 197, 192, 205, 196, 320, 230, 229, 230, 242, 250, 247, 273, 288, 289, 299, 303, 305, 318, 309
int_nosucc_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 137, 213, 358, 528, 834, 178, 1337, 203, 214, 2735, 234, 241, 4106, 245, 262, 276, 293, 295, 291, 296, 303, 302, 307, 325, 344, 341, 367, 358, 363, 368, 363
int_delete, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 66, 76, 109, 180, 211, 137, 265, 196, 180, 315, 205, 224, 352, 222, 256, 275, 312, 315, 310, 340, 337, 333, 341, 375, 465, 402, 492, 433, 440, 460, 453
int_insert, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 96, 89, 122, 173, 201, 214, 236, 251, 261, 278, 284, 282, 290, 290, 306, 328, 354, 360, 355, 354, 376, 370, 407, 399, 398, 403, 431, 422, 420, 433, 429
int_succ_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 48, 56, 111, 127, 146, 155, 175, 174, 176, 189, 186, 196, 196, 195, 194, 216, 221, 226, 225, 228, 240, 244, 255, 273, 293, 283, 299, 299, 297, 317, 316
int_nosucc_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 143, 225, 376, 520, 845, 177, 1263, 203, 216, 2626, 238, 241, 4108, 240, 262, 278, 294, 292, 287, 289, 308, 302, 314, 329, 337, 342, 356, 356, 359, 373, 371
int_delete, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 67, 75, 111, 175, 209, 148, 266, 170, 184, 327, 217, 211, 352, 220, 248, 284, 305, 308, 303, 311, 337, 334, 346, 381, 393, 405, 437, 431, 439, 458, 474
int_insert, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 107, 92, 136, 169, 196, 212, 235, 243, 265, 277, 291, 283, 299, 287, 329, 340, 354, 357, 358, 361, 375, 374, 383, 399, 401, 409, 418, 423, 423, 435, 427
int_succ_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 43, 42, 92, 122, 143, 151, 161, 172, 250, 182, 179, 190, 198, 199, 208, 314, 232, 323, 223, 233, 238, 227, 260, 267, 269, 281, 300, 302, 293, 311, 298
int_nosucc_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 137, 208, 357, 521, 796, 178, 1264, 210, 216, 2822, 236, 236, 4210, 247, 270, 290, 292, 292, 285, 291, 308, 299, 308, 331, 334, 338, 354, 359, 364, 368, 368
int_delete, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 66, 76, 120, 174, 214, 139, 266, 167, 199, 316, 213, 216, 407, 229, 271, 354, 300, 312, 296, 310, 327, 332, 343, 371, 386, 405, 423, 432, 447, 452, 470
int_insert, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 89, 90, 122, 168, 195, 213, 236, 252, 262, 275, 279, 279, 290, 284, 308, 332, 352, 356, 354, 362, 372, 374, 385, 401, 400, 409, 418, 425, 426, 432, 435
int_succ_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 38, 44, 88, 130, 143, 155, 167, 178, 178, 195, 191, 187, 194, 191, 200, 212, 215, 226, 232, 236, 249, 243, 352, 276, 282, 315, 307, 428, 292, 302, 312
int_nosucc_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 134, 220, 361, 537, 794, 178, 1303, 213, 215, 2800, 233, 237, 4467, 253, 263, 278, 288, 293, 290, 294, 304, 302, 308, 331, 333, 344, 354, 355, 360, 372, 379
int_delete, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 67, 76, 110, 181, 211, 142, 288, 198, 181, 314, 205, 211, 350, 237, 255, 280, 322, 299, 301, 330, 353, 327, 345, 375, 381, 410, 425, 445, 452, 464, 539
int_insert, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 151, 88, 126, 171, 199, 211, 239, 249, 259, 274, 282, 280, 293, 297, 307, 331, 361, 375, 355, 360, 375, 370, 380, 405, 407, 407, 423, 418, 427, 446, 424
int_succ_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 58, 48, 88, 127, 140, 155, 167, 168, 182, 188, 192, 177, 196, 195, 197, 208, 223, 345, 223, 229, 249, 244, 256, 280, 292, 278, 273, 300, 312, 318, 324
int_nosucc_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 142, 224, 354, 518, 789, 177, 1278, 202, 217, 2756, 236, 237, 4307, 244, 260, 273, 295, 295, 289, 297, 303, 308, 309, 331, 339, 340, 356, 359, 358, 386, 389
int_delete, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 68, 75, 110, 173, 218, 136, 268, 162, 204, 317, 205, 205, 356, 221, 259, 279, 314, 335, 321, 321, 339, 342, 344, 380, 438, 398, 428, 442, 440, 534, 545
int_insert, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 85, 90, 139, 175, 197, 219, 248, 247, 257, 275, 280, 286, 297, 280, 314, 329, 373, 361, 361, 356, 375, 370, 383, 395, 405, 404, 419, 420, 426, 440, 422
int_succ_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 38, 46, 128, 130, 144, 150, 171, 174, 178, 184, 191, 188, 199, 193, 205, 221, 226, 331, 228, 234, 252, 242, 252, 306, 281, 291, 299, 284, 311, 333, 307
int_nosucc_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 134, 219, 380, 524, 806, 179, 1392, 208, 215, 2709, 238, 244, 4430, 246, 267, 282, 301, 296, 293, 298, 311, 300, 334, 335, 331, 342, 355, 354, 357, 378, 368
int_delete, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 68, 75, 123, 179, 223, 141, 298, 182, 185, 324, 212, 222, 352, 226, 309, 350, 327, 379, 373, 366, 381, 329, 431, 445, 390, 418, 430, 434, 472, 499, 478
int_insert, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 86, 91, 129, 168, 199, 215, 237, 247, 268, 279, 286, 287, 295, 291, 308, 330, 350, 372, 361, 360, 377, 379, 386, 396, 412, 405, 419, 421, 426, 436, 451
int_succ_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 39, 51, 91, 132, 147, 152, 173, 172, 179, 187, 185, 198, 194, 196, 196, 214, 240, 236, 225, 238, 240, 254, 256, 273, 290, 291, 312, 298, 305, 322, 315
int_nosucc_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 138, 223, 353, 564, 824, 179, 1317, 203, 219, 2845, 244, 240, 4332, 245, 263, 274, 288, 292, 292, 291, 306, 302, 313, 329, 358, 341, 357, 358, 355, 369, 361
int_delete, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 66, 76, 118, 172, 227, 150, 270, 178, 200, 322, 270, 217, 357, 233, 262, 295, 315, 367, 302, 309, 337, 350, 410, 400, 493, 415, 434, 465, 453, 471, 452
int_insert, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 104, 92, 133, 177, 200, 213, 235, 248, 262, 278, 286, 289, 292, 290, 319, 329, 354, 359, 356, 362, 374, 372, 393, 395, 407, 412, 416, 424, 419, 438, 432
int_succ_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 42, 49, 93, 130, 148, 171, 165, 176, 180, 237, 191, 174, 198, 193, 200, 217, 221, 221, 225, 226, 247, 237, 381, 267, 273, 299, 298, 311, 310, 315, 303
int_nosucc_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 140, 225, 372, 539, 834, 180, 1277, 205, 215, 2790, 234, 237, 4136, 244, 262, 279, 294, 294, 290, 293, 305, 300, 311, 334, 337, 347, 349, 362, 358, 378, 371
int_delete, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 66, 79, 122, 187, 226, 150, 267, 180, 189, 319, 213, 238, 369, 230, 263, 291, 305, 332, 315, 323, 340, 339, 377, 403, 390, 449, 425, 443, 438, 523, 474
int_insert, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 89, 104, 134, 182, 227, 234, 242, 259, 312, 283, 282, 287, 296, 287, 309, 329, 358, 366, 364, 367, 375, 370, 384, 399, 407, 413, 418, 432, 482, 437, 420
int_succ_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 39, 68, 96, 136, 162, 230, 169, 177, 211, 191, 191, 187, 196, 191, 200, 212, 232, 234, 247, 244, 242, 237, 261, 268, 283, 295, 300, 308, 324, 324, 308
int_nosucc_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 138, 238, 369, 558, 962, 223, 1328, 211, 281, 2668, 237, 241, 4567, 243, 259, 278, 290, 301, 298, 296, 305, 300, 314, 329, 345, 357, 357, 383, 373, 381, 366
int_delete, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 67, 79, 118, 198, 221, 291, 273, 218, 300, 343, 220, 244, 355, 225, 254, 283, 299, 385, 386, 344, 351, 334, 356, 374, 445, 511, 443, 559, 515, 481, 453
int_insert, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 91, 90, 124, 171, 197, 209, 235, 243, 266, 274, 282, 287, 303, 291, 309, 329, 350, 384, 358, 360, 376, 373, 383, 396, 405, 404, 415, 424, 422, 434, 427
int_succ_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 39, 46, 91, 125, 150, 153, 165, 173, 181, 185, 186, 186, 199, 192, 208, 213, 223, 330, 229, 232, 237, 250, 252, 274, 287, 289, 303, 301, 305, 336, 313
int_nosucc_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 136, 226, 351, 538, 817, 179, 1262, 206, 212, 2746, 237, 240, 4568, 245, 265, 282, 294, 292, 292, 295, 302, 299, 309, 330, 334, 344, 349, 359, 357, 373, 367
int_delete, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 68, 76, 108, 169, 234, 143, 265, 173, 174, 316, 207, 217, 351, 226, 256, 282, 304, 314, 309, 320, 327, 340, 348, 376, 393, 406, 423, 440, 443, 465, 452
int_insert, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 91, 90, 124, 171, 199, 208, 239, 246, 260, 276, 280, 289, 295, 290, 313, 330, 350, 355, 351, 358, 373, 370, 397, 393, 402, 408, 418, 430, 423, 438, 486
int_succ_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 50, 58, 110, 125, 144, 154, 165, 168, 175, 189, 198, 193, 195, 274, 200, 217, 222, 228, 232, 230, 243, 248, 300, 270, 260, 296, 296, 307, 315, 309, 372
int_nosucc_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 137, 224, 356, 537, 799, 178, 1268, 202, 213, 2736, 237, 238, 4331, 245, 267, 280, 295, 291, 286, 290, 306, 303, 329, 328, 338, 346, 354, 358, 356, 368, 414
int_delete, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 66, 76, 116, 172, 218, 143, 269, 166, 181, 317, 204, 218, 353, 225, 317, 284, 326, 304, 299, 315, 333, 336, 434, 391, 424, 414, 427, 441, 447, 460, 653
int_insert, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 89, 89, 127, 169, 193, 213, 234, 244, 272, 276, 281, 284, 287, 290, 312, 332, 353, 353, 360, 361, 377, 374, 379, 402, 406, 404, 421, 424, 424, 436, 462
int_succ_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 42, 43, 91, 122, 147, 150, 170, 169, 182, 183, 264, 190, 274, 198, 186, 211, 318, 228, 229, 238, 244, 247, 256, 268, 277, 284, 328, 309, 308, 308, 332
int_nosucc_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 135, 211, 360, 523, 816, 177, 1263, 200, 214, 2643, 238, 239, 4379, 246, 259, 283, 292, 294, 288, 290, 303, 301, 314, 338, 339, 343, 380, 364, 355, 371, 401
int_delete, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 67, 76, 116, 175, 211, 141, 266, 164, 188, 320, 211, 220, 359, 229, 241, 338, 304, 310, 305, 352, 333, 326, 364, 412, 401, 402, 518, 448, 439, 456, 514
int_insert, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 86, 88, 125, 166, 199, 214, 245, 247, 259, 276, 283, 283, 292, 289, 306, 339, 348, 355, 354, 360, 375, 372, 388, 396, 450, 408, 425, 422, 435, 449, 424
int_succ_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 39, 54, 93, 122, 144, 151, 168, 173, 178, 190, 196, 199, 199, 211, 204, 217, 221, 325, 223, 239, 254, 243, 255, 268, 325, 297, 316, 303, 298, 332, 328
int_nosucc_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 135, 232, 363, 533, 811, 181, 1275, 201, 216, 2626, 237, 238, 4282, 245, 260, 282, 292, 293, 289, 293, 306, 298, 309, 329, 370, 338, 353, 359, 363, 392, 401
int_delete, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 66, 77, 113, 178, 216, 181, 270, 173, 191, 320, 211, 219, 347, 231, 252, 329, 311, 314, 308, 358, 370, 326, 346, 380, 466, 411, 430, 443, 464, 554, 541
int_insert, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 91, 87, 127, 166, 198, 213, 237, 246, 260, 274, 286, 285, 288, 293, 309, 332, 355, 354, 352, 358, 375, 376, 383, 396, 401, 408, 424, 421, 425, 481, 431
int_succ_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 48, 53, 117, 124, 146, 155, 168, 166, 178, 174, 188, 193, 192, 194, 198, 214, 226, 249, 221, 230, 245, 250, 249, 274, 356, 292, 301, 303, 301, 341, 309
int_nosucc_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 140, 215, 361, 534, 799, 180, 1269, 204, 218, 2651, 234, 241, 4310, 249, 264, 273, 293, 293, 289, 292, 304, 303, 311, 324, 357, 342, 360, 356, 358, 394, 370
int_delete, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 66, 76, 113, 177, 214, 145, 274, 168, 184, 323, 210, 218, 354, 276, 254, 278, 311, 304, 341, 309, 355, 337, 343, 376, 421, 414, 428, 441, 446, 494, 456
int_insert, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 103, 86, 124, 170, 198, 211, 238, 246, 262, 277, 284, 285, 293, 295, 307, 325, 350, 406, 357, 362, 376, 373, 384, 397, 403, 406, 425, 426, 419, 437, 425
int_succ_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 42, 42, 101, 123, 143, 151, 162, 172, 177, 191, 265, 199, 197, 199, 200, 209, 222, 246, 230, 235, 246, 251, 267, 285, 286, 289, 313, 289, 300, 323, 310
int_nosucc_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 135, 217, 406, 566, 811, 181, 1267, 202, 214, 2764, 231, 239, 4307, 245, 261, 276, 286, 308, 284, 292, 297, 300, 348, 338, 336, 342, 371, 356, 362, 374, 363
int_delete, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 67, 75, 110, 174, 220, 143, 265, 162, 189, 320, 212, 219, 356, 224, 247, 279, 302, 368, 308, 310, 350, 329, 435, 452, 391, 410, 509, 436, 442, 516, 456
int_insert, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 107, 89, 123, 170, 195, 213, 238, 253, 265, 293, 286, 280, 295, 290, 306, 340, 350, 357, 354, 362, 382, 407, 375, 396, 401, 406, 418, 419, 420, 435, 426
int_succ_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 43, 46, 91, 131, 146, 150, 165, 185, 188, 196, 198, 192, 204, 193, 197, 218, 219, 229, 225, 233, 244, 256, 256, 277, 275, 313, 300, 283, 432, 313, 316
int_nosucc_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 140, 215, 354, 516, 806, 180, 1270, 213, 218, 2797, 236, 239, 4107, 244, 263, 279, 288, 294, 288, 291, 302, 311, 308, 334, 337, 342, 360, 358, 356, 372, 366
int_delete, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 67, 78, 113, 181, 215, 144, 267, 211, 183, 320, 212, 216, 356, 222, 259, 282, 298, 309, 317, 310, 330, 388, 344, 377, 394, 405, 435, 441, 452, 463, 461
int_insert, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 98, 93, 129, 169, 198, 214, 235, 248, 259, 276, 284, 283, 295, 291, 311, 333, 347, 362, 360, 357, 374, 371, 382, 455, 403, 407, 417, 425, 421, 432, 421
int_succ_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 41, 48, 96, 125, 144, 155, 166, 175, 168, 193, 189, 188, 188, 188, 196, 210, 226, 232, 228, 235, 241, 239, 249, 282, 286, 281, 299, 298, 317, 321, 300
int_nosucc_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 136, 221, 368, 551, 811, 182, 1271, 202, 216, 2730, 236, 238, 4108, 243, 261, 273, 293, 292, 288, 295, 302, 303, 310, 334, 336, 345, 385, 356, 361, 370, 362
int_delete, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 66, 75, 109, 180, 216, 146, 271, 167, 184, 322, 214, 214, 353, 223, 252, 275, 302, 315, 310, 318, 324, 325, 342, 537, 475, 408, 414, 439, 447, 459, 460
int_insert, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 84, 102, 125, 170, 198, 215, 234, 246, 260, 299, 311, 285, 294, 287, 312, 331, 350, 361, 355, 364, 376, 371, 382, 404, 395, 417, 418, 427, 421, 431, 425
int_succ_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 39, 77, 90, 126, 141, 153, 166, 174, 179, 195, 286, 184, 197, 194, 200, 215, 220, 245, 223, 232, 247, 240, 358, 286, 272, 298, 292, 318, 309, 311, 324
int_nosucc_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 149, 226, 360, 512, 802, 184, 1266, 204, 217, 2914, 243, 240, 4129, 243, 263, 279, 288, 309, 294, 292, 304, 302, 307, 387, 337, 348, 352, 370, 358, 370, 372
int_delete, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 78, 76, 114, 180, 219, 149, 266, 165, 192, 322, 246, 218, 355, 225, 261, 292, 297, 407, 304, 330, 334, 347, 349, 499, 387, 409, 421, 500, 447, 459, 505
int_insert, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 189, 91, 126, 173, 198, 216, 232, 245, 261, 273, 283, 280, 291, 291, 307, 332, 354, 354, 359, 362, 377, 372, 381, 398, 398, 409, 415, 424, 425, 440, 425
int_succ_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 68, 46, 90, 126, 153, 151, 167, 174, 180, 191, 191, 181, 199, 276, 199, 213, 227, 231, 231, 233, 237, 257, 250, 264, 278, 280, 289, 297, 294, 315, 305
int_nosucc_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 148, 220, 387, 551, 796, 178, 1265, 200, 215, 2792, 235, 241, 4435, 251, 262, 278, 292, 295, 288, 292, 306, 298, 310, 330, 340, 339, 359, 359, 361, 372, 370
int_delete, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 65, 76, 111, 190, 215, 147, 268, 169, 184, 324, 211, 213, 354, 241, 253, 278, 305, 318, 313, 317, 331, 324, 347, 379, 396, 404, 426, 439, 436, 454, 456
int_insert, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 89, 87, 129, 167, 202, 210, 238, 248, 261, 275, 284, 285, 295, 287, 307, 338, 353, 354, 352, 362, 371, 372, 386, 401, 400, 408, 429, 422, 422, 438, 424
int_succ_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 47, 54, 93, 123, 147, 151, 164, 175, 181, 184, 191, 190, 197, 191, 209, 220, 224, 225, 225, 232, 242, 248, 247, 275, 274, 289, 303, 297, 296, 288, 314
int_nosucc_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 136, 216, 371, 516, 810, 180, 1310, 206, 226, 2623, 236, 237, 4408, 242, 264, 283, 290, 293, 280, 295, 300, 303, 313, 327, 334, 340, 378, 372, 369, 374, 370
int_delete, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 67, 77, 114, 179, 217, 145, 270, 185, 239, 324, 213, 213, 369, 218, 254, 336, 299, 306, 300, 314, 329, 331, 353, 381, 378, 411, 486, 505, 477, 460, 455
int_insert, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 83, 92, 133, 170, 204, 212, 262, 248, 258, 277, 283, 288, 292, 290, 308, 327, 351, 362, 356, 358, 373, 370, 379, 400, 403, 446, 415, 420, 425, 437, 421
int_succ_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 37, 49, 90, 125, 143, 150, 213, 171, 179, 187, 187, 199, 196, 194, 201, 218, 221, 231, 225, 233, 227, 238, 256, 270, 282, 417, 273, 305, 318, 313, 299
int_nosucc_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 135, 227, 360, 530, 799, 178, 1414, 205, 212, 2625, 235, 247, 4533, 245, 266, 281, 289, 292, 288, 290, 307, 299, 316, 329, 334, 345, 362, 356, 357, 373, 365
int_delete, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 65, 76, 114, 176, 218, 146, 268, 173, 191, 320, 207, 292, 350, 225, 258, 280, 296, 313, 303, 326, 328, 326, 385, 373, 396, 453, 462, 435, 442, 456, 453
int_insert, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 90, 89, 132, 172, 199, 215, 238, 247, 265, 274, 288, 286, 304, 295, 310, 330, 355, 353, 374, 360, 381, 372, 384, 398, 403, 408, 415, 425, 422, 520, 432
int_succ_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 40, 45, 96, 123, 146, 144, 172, 170, 177, 185, 189, 189, 190, 195, 204, 212, 227, 215, 242, 227, 243, 229, 253, 269, 281, 287, 283, 307, 309, 365, 329
int_nosucc_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 136, 222, 357, 528, 852, 177, 1261, 205, 217, 2664, 234, 238, 4433, 242, 262, 279, 296, 295, 294, 290, 306, 306, 306, 325, 334, 343, 354, 354, 356, 401, 379
int_delete, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 65, 76, 116, 177, 213, 160, 267, 171, 185, 325, 213, 213, 360, 225, 265, 283, 317, 311, 365, 313, 330, 331, 347, 369, 393, 423, 422, 438, 441, 616, 513
int_insert, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 102, 87, 128, 168, 199, 215, 246, 252, 262, 279, 285, 282, 294, 307, 308, 336, 350, 354, 357, 362, 374, 369, 382, 395, 403, 411, 418, 422, 424, 433, 426
int_succ_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 42, 43, 92, 122, 142, 154, 183, 173, 176, 196, 180, 192, 190, 200, 195, 208, 229, 324, 222, 336, 241, 246, 250, 269, 279, 294, 298, 424, 308, 324, 308
int_nosucc_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 136, 212, 367, 522, 804, 176, 1393, 205, 216, 2876, 241, 238, 4188, 247, 262, 280, 293, 293, 289, 293, 300, 301, 309, 332, 335, 341, 354, 361, 357, 371, 364
int_delete, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 66, 80, 113, 177, 217, 142, 280, 170, 187, 330, 215, 219, 353, 267, 243, 281, 302, 305, 308, 326, 332, 326, 344, 367, 396, 412, 433, 444, 441, 474, 458
int_insert, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 91, 92, 131, 178, 196, 213, 236, 255, 260, 275, 287, 286, 297, 294, 310, 342, 353, 362, 354, 393, 371, 371, 386, 406, 409, 414, 443, 425, 424, 440, 427
int_succ_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 40, 50, 95, 129, 142, 158, 166, 170, 182, 183, 188, 188, 202, 196, 199, 216, 350, 227, 226, 247, 248, 248, 253, 280, 262, 282, 287, 305, 296, 348, 313
int_nosucc_lookup, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 140, 226, 363, 536, 799, 176, 1260, 209, 221, 2624, 235, 238, 4152, 255, 262, 277, 323, 295, 288, 298, 303, 302, 309, 327, 336, 350, 378, 350, 358, 385, 368
int_delete, 'std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >', 66, 77, 115, 182, 218, 144, 264, 191, 205, 327, 214, 212, 355, 301, 254, 284, 408, 314, 301, 387, 329, 327, 342, 368, 397, 485, 496, 428, 533, 510, 459
1 insert_string int_insert 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 407.000000 150 345.000000 51 325.000000 52 402.000000 55 475.000000 56 378.000000 61 476.000000 65 553.000000 72 369.000000 103 126 180 164 194 169 221 232 236 236 238 239 248 242 246 260 250 253 254 343 370 375 387
2 insert_string int_succ_lookup 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 226.000000 21 282.000000 17 294.000000 17 429.000000 17 332.000000 18 307.000000 20 483.000000 20 372.000000 24 382.000000 38 42 63 54 62 55 68 69 69 68 70 69 71 70 71 72 74 73 76 94 97 101 102
3 insert_string int_nosucc_lookup 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 248.000000 172 256.000000 270 288.000000 354 736.000000 436 518.000000 566 416.000000 62 559.000000 821 413.000000 76 531.000000 105 2102 182 169 3859 176 225 256 247 242 237 242 247 244 252 262 253 253 256 307 294 313 305
4 insert_string int_delete 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 587.000000 43 268.000000 47 376.000000 50 306.000000 55 330.000000 59 301.000000 56 484.000000 83 530.000000 63 408.000000 72 188 126 97 278 97 193 207 137 118 120 125 126 125 133 137 205 139 153 160 162 173 170
5 insert_string int_insert 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' std::__cxx11::basic_string<char> >' 222.000000 81 280.000000 93 320.000000 132 359.000000 186 319.000000 200 313.000000 230 389.000000 243 411.000000 254 429.000000 268 273 286 292 295 291 328 340 351 366 349 358 368 373 377 404 469 489 510 485 506 517 533
6 insert_string int_succ_lookup 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' std::__cxx11::basic_string<char> >' 237.000000 38 270.000000 46 432.000000 117 327.000000 148 322.000000 146 371.000000 156 462.000000 180 380.000000 168 398.000000 173 198 187 186 200 194 191 204 222 236 211 233 228 240 277 283 302 306 302 294 306 296 300
7 insert_string int_nosucc_lookup 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' std::__cxx11::basic_string<char> >' 378.000000 137 399.000000 222 374.000000 374 311.000000 605 319.000000 848 325.000000 194 375.000000 1313 535.000000 206 387.000000 226 2722 238 241 4110 248 277 275 290 295 288 289 303 308 313 341 402 433 447 440 424 446 445
8 insert_string int_delete 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' std::__cxx11::basic_string<char> >' 212.000000 67 264.000000 102 295.000000 110 305.000000 220 325.000000 249 323.000000 199 385.000000 292 400.000000 229 388.000000 245 333 219 216 353 225 324 339 359 320 309 322 330 360 426 454 487 492 491 452 452 463 488
9 insert_string int_insert 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 205.000000 87 265.000000 50 292.000000 52 327.000000 55 390.000000 61 512.000000 71 379.000000 71 377.000000 100 433.000000 139 152 181 173 180 184 216 233 240 238 233 245 244 244 284 280 265 259 373 385 378 381 376
10 insert_string int_succ_lookup 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 273.000000 17 289.000000 17 296.000000 17 321.000000 18 319.000000 20 330.000000 24 410.000000 23 380.000000 39 397.000000 47 50 55 57 56 58 68 67 68 69 70 71 80 71 77 81 72 76 96 95 99 101 102
11 lookup_string int_nosucc_lookup 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 289.000000 175 370.000000 254 421.000000 339 383.000000 418 300.000000 603 300.000000 70 311.000000 823 309.000000 111 306.000000 136 2462 170 199 3950 193 222 227 238 242 235 243 247 247 279 262 252 255 297 302 304 323 306
12 lookup_string int_delete 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 197.000000 43 251.000000 47 275.000000 50 295.000000 55 298.000000 59 299.000000 57 307.000000 82 306.000000 72 313.000000 80 223 93 132 252 103 143 119 120 123 127 131 125 139 140 160 138 154 199 252 286 181 192
13 lookup_string int_insert 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' std::__cxx11::basic_string<char> >' 196.000000 85 261.000000 92 281.000000 132 470.000000 173 452.000000 210 436.000000 213 465.000000 237 377.000000 250 493.000000 261 283 286 287 297 297 305 333 352 355 352 359 375 375 385 422 473 480 515 500 502 531 535
14 lookup_string int_succ_lookup 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' std::__cxx11::basic_string<char> >' 293.000000 40 379.000000 46 281.000000 97 313.000000 125 303.000000 146 418.000000 151 356.000000 158 449.000000 165 408.000000 173 185 190 184 187 196 202 211 208 224 221 225 241 248 245 285 290 289 325 301 323 324 319
15 lookup_string int_nosucc_lookup 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' std::__cxx11::basic_string<char> >' 329.000000 135 436.000000 216 521.000000 364 419.000000 521 378.000000 792 401.000000 178 334.000000 1267 316.000000 204 324.000000 217 2631 241 239 4483 248 271 279 288 290 284 287 306 298 308 342 417 409 451 441 441 452 447
16 lookup_string int_delete 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' std::__cxx11::basic_string<char> >' 192.000000 67 253.000000 75 273.000000 121 289.000000 179 335.000000 220 379.000000 142 451.000000 270 305.000000 169 310.000000 183 323 222 214 353 232 273 287 290 304 294 303 330 329 345 465 462 417 511 528 532 550 518
17 lookup_string int_insert 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 334.000000 97 392.000000 50 396.000000 51 390.000000 56 358.000000 65 539.000000 66 309.000000 78 384.000000 102 309.000000 132 153 162 169 168 181 218 232 239 242 240 243 245 270 248 260 250 248 257 350 365 377 377
18 lookup_string int_succ_lookup 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 195.000000 20 254.000000 17 318.000000 19 346.000000 20 421.000000 22 508.000000 22 300.000000 30 303.000000 34 351.000000 43 49 53 57 53 60 68 67 69 69 69 69 71 72 71 75 72 73 75 94 97 112 105
19 lookup_string int_nosucc_lookup 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 190.000000 169 253.000000 259 275.000000 409 284.000000 416 300.000000 550 297.000000 67 306.000000 836 310.000000 96 303.000000 124 2372 163 171 3856 190 219 226 243 249 242 247 251 271 250 258 251 252 258 311 295 326 310
20 lookup_string int_delete 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 199.000000 43 251.000000 48 424.000000 67 282.000000 57 411.000000 58 492.000000 57 316.000000 140 313.000000 66 339.000000 75 201 91 93 263 128 122 118 163 167 132 211 218 127 125 191 134 144 149 166 167 222 173
21 nolookup_string int_insert 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' std::__cxx11::basic_string<char> >' 553.000000 83 1172.000000 92 1701.000000 153 2099.000000 188 2720.000000 208 337.000000 219 3647.000000 249 371.000000 259 374.000000 270 277 291 287 288 298 305 332 348 361 358 357 374 374 386 402 476 481 499 504 498 502 539
22 nolookup_string int_succ_lookup 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' std::__cxx11::basic_string<char> >' 530.000000 42 1105.000000 47 1681.000000 128 2041.000000 143 2590.000000 148 382.000000 159 3663.000000 170 350.000000 169 415.000000 183 188 203 194 198 194 200 207 234 234 233 231 238 249 239 290 298 301 305 312 301 326 310
23 nolookup_string int_nosucc_lookup 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' std::__cxx11::basic_string<char> >' 516.000000 138 1125.000000 220 1650.000000 401 2003.000000 540 2577.000000 835 328.000000 185 3664.000000 1349 353.000000 208 377.000000 220 2927 243 251 4203 253 270 276 290 294 287 296 305 298 308 340 414 407 428 440 432 499 452
24 nolookup_string int_delete 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' std::__cxx11::basic_string<char> >' 523.000000 66 1102.000000 83 1730.000000 164 2048.000000 226 2656.000000 257 329.000000 156 3696.000000 278 367.000000 179 384.000000 237 337 240 276 372 256 283 340 335 329 350 316 334 329 341 475 467 466 448 607 458 559 485
25 nolookup_string int_insert 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 554.000000 95 1127.000000 50 2172.000000 52 2053.000000 54 2628.000000 61 327.000000 60 3679.000000 84 354.000000 103 398.000000 112 176 161 168 189 186 212 232 245 244 239 233 244 238 318 254 255 255 367 371 377 406 385
26 nolookup_string int_succ_lookup 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 866.000000 17 1107.000000 17 1661.000000 17 2123.000000 17 4012.000000 20 495.000000 19 3656.000000 27 388.000000 34 386.000000 41 53 54 55 101 57 64 67 81 69 70 73 71 78 119 73 73 76 89 94 97 103 109
27 nolookup_string int_nosucc_lookup 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 545.000000 186 1110.000000 261 1670.000000 349 2016.000000 466 2584.000000 599 346.000000 62 3709.000000 888 380.000000 96 537.000000 129 2216 166 171 4000 188 239 261 254 243 242 240 249 247 304 255 255 254 310 321 304 320 309
28 nolookup_string int_delete 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 743.000000 43 1101.000000 47 1632.000000 51 2068.000000 55 2634.000000 58 453.000000 55 5471.000000 112 362.000000 76 374.000000 105 213 93 96 290 106 186 116 222 131 177 122 147 150 230 135 157 159 267 273 260 303 213
29 nolookup_string int_insert 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' std::__cxx11::basic_string<char> >' 520.000000 118 1111.000000 107 1642.000000 180 2019.000000 199 2634.000000 202 338.000000 226 3689.000000 242 362.000000 257 519.000000 269 277 289 293 298 317 322 352 357 360 360 362 388 373 381 400 496 471 497 498 501 522 536
30 nolookup_string int_succ_lookup 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' std::__cxx11::basic_string<char> >' 746.000000 47 1643.000000 59 1814.000000 128 2035.000000 143 2678.000000 164 363.000000 161 4307.000000 181 512.000000 173 383.000000 181 202 196 185 214 252 191 215 220 228 224 228 253 352 243 271 286 309 304 308 302 319 304
31 delete_string int_nosucc_lookup 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' std::__cxx11::basic_string<char> >' 418.000000 140 423.000000 226 486.000000 449 356.000000 581 465.000000 840 368.000000 204 390.000000 1316 378.000000 217 395.000000 224 2698 241 270 4245 268 289 303 296 299 293 288 317 299 309 328 432 426 437 427 425 470 448
32 delete_string int_delete 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' std::__cxx11::basic_string<char> >' 242.000000 67 317.000000 91 342.000000 166 451.000000 187 366.000000 221 376.000000 234 383.000000 300 374.000000 228 455.000000 197 343 243 277 361 346 329 350 337 373 347 326 391 340 354 370 472 516 461 451 457 544 578
33 delete_string int_insert 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 239.000000 107 314.000000 50 340.000000 51 356.000000 54 359.000000 56 370.000000 82 376.000000 68 385.000000 72 389.000000 104 122 140 148 172 165 211 230 237 239 232 240 244 242 279 255 247 254 352 368 357 379 381
34 delete_string int_succ_lookup 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 233.000000 18 309.000000 17 336.000000 17 356.000000 17 363.000000 18 368.000000 29 372.000000 23 381.000000 25 386.000000 37 42 49 51 63 56 67 71 73 73 72 72 74 74 79 77 77 79 93 100 101 106 110
35 delete_string int_nosucc_lookup 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 249.000000 172 313.000000 252 351.000000 353 350.000000 422 680.000000 555 367.000000 78 490.000000 806 385.000000 74 400.000000 106 2195 146 153 3871 176 215 227 260 241 237 240 254 245 279 256 275 253 286 302 306 324 320
36 delete_string int_delete 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 272.000000 43 312.000000 47 348.000000 52 360.000000 55 397.000000 58 366.000000 62 388.000000 80 490.000000 62 496.000000 73 191 86 91 245 96 122 136 167 118 121 121 185 131 140 137 203 162 153 164 169 180 177
37 delete_string int_insert 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 294.000000 48 320.000000 51 336.000000 52 355.000000 55 364.000000 57 372.000000 57 372.000000 61 389.000000 73 552.000000 94 116 134 153 161 161 207 223 235 236 233 229 250 268 259 253 265 252 310 340 349 362 373
38 delete_string int_succ_lookup 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 234.000000 17 313.000000 17 368.000000 17 352.000000 18 597.000000 18 410.000000 18 468.000000 20 387.000000 25 385.000000 33 41 46 51 54 56 64 69 72 72 72 73 76 81 80 76 81 79 94 104 103 105 109
39 delete_string int_nosucc_lookup 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 241.000000 93 458.000000 146 578.000000 206 354.000000 245 360.000000 329 373.000000 59 376.000000 462 386.000000 78 543.000000 98 1659 139 151 3090 170 206 229 238 241 237 236 288 261 258 251 262 251 277 276 281 289 294
40 delete_string int_delete 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 396.000000 43 518.000000 47 499.000000 51 571.000000 54 500.000000 58 524.000000 55 568.000000 79 486.000000 77 393.000000 69 188 82 87 249 93 104 115 118 121 120 121 129 222 144 133 242 162 190 154 160 167 287
41 insert_int int_insert 'std::unordered_map<int 'std::unordered_map<int int>' int>' 107.000000 48 164.000000 50 260.000000 52 223.000000 55 268.000000 58 387.000000 57 379.000000 61 325.000000 79 299.000000 94 124 139 148 163 165 207 219 233 238 234 236 247 251 269 250 255 253 349 323 341 354 356
42 insert_int int_succ_lookup 'std::unordered_map<int 'std::unordered_map<int int>' int>' 124.000000 17 157.000000 17 196.000000 17 225.000000 18 252.000000 19 245.000000 18 252.000000 20 271.000000 28 270.000000 35 43 49 53 55 57 66 70 72 73 72 75 75 77 78 76 77 78 104 97 102 107 106
43 insert_int int_nosucc_lookup 'std::unordered_map<int 'std::unordered_map<int int>' int>' 93.000000 92 184.000000 146 272.000000 196 217.000000 250 242.000000 357 255.000000 60 308.000000 482 259.000000 84 257.000000 103 1642 153 154 3091 170 210 227 239 240 237 272 249 252 254 258 254 256 277 280 281 290 290
44 insert_int int_delete 'std::unordered_map<int 'std::unordered_map<int int>' int>' 99.000000 43 162.000000 47 191.000000 51 230.000000 55 257.000000 59 246.000000 55 255.000000 87 262.000000 63 266.000000 71 187 89 87 248 95 110 112 135 118 125 214 121 126 129 136 132 154 192 160 163 171 169
45 insert_int int_insert 'std::unordered_map<int 'std::unordered_map<int int>' int>' 97.000000 47 171.000000 52 202.000000 54 231.000000 56 244.000000 59 240.000000 58 260.000000 63 352.000000 84 266.000000 123 121 135 146 164 170 209 219 227 237 233 236 240 250 258 252 247 246 307 332 341 358 358
46 insert_int int_succ_lookup 'std::unordered_map<int 'std::unordered_map<int int>' int>' 92.000000 17 167.000000 18 202.000000 18 225.000000 19 237.000000 19 241.000000 18 256.000000 21 270.000000 33 264.000000 58 43 47 50 55 57 66 68 72 80 72 73 75 78 78 77 76 77 93 98 101 104 107
47 insert_int int_nosucc_lookup 'std::unordered_map<int 'std::unordered_map<int int>' int>' 98.000000 92 226.000000 148 201.000000 207 236.000000 251 342.000000 352 400.000000 60 268.000000 527 375.000000 92 259.000000 126 1659 140 151 3120 175 209 224 244 240 237 239 248 252 259 253 257 255 272 278 281 291 285
48 insert_int int_delete 'std::unordered_map<int 'std::unordered_map<int int>' int>' 100.000000 43 163.000000 48 200.000000 52 220.000000 56 236.000000 61 236.000000 55 318.000000 78 266.000000 67 269.000000 77 188 82 86 248 94 104 110 120 118 118 125 122 129 134 130 136 140 150 159 163 166 171
49 insert_int int_insert 'std::unordered_map<int 'std::unordered_map<int int>' int>' 104.000000 48 157.000000 50 198.000000 52 221.000000 56 262.000000 55 238.000000 57 251.000000 62 263.000000 68 265.000000 93 120 137 149 160 168 199 217 238 239 237 240 240 249 254 255 248 255 319 328 342 357 354
50 insert_int int_succ_lookup 'std::unordered_map<int 'std::unordered_map<int int>' int>' 187.000000 17 163.000000 17 213.000000 17 226.000000 18 233.000000 16 351.000000 18 256.000000 20 256.000000 22 259.000000 33 42 47 51 56 56 65 69 71 73 72 73 74 77 79 86 82 77 93 100 101 106 109
51 lookup_int int_nosucc_lookup 'std::unordered_map<int 'std::unordered_map<int int>' int>' 51.000000 94 74.000000 144 89.000000 190 159.000000 242 111.000000 294 112.000000 60 119.000000 518 249.000000 69 117.000000 100 1627 138 153 3055 172 207 225 238 240 237 240 250 257 252 259 250 253 275 277 281 291 288
52 lookup_int int_delete 'std::unordered_map<int 'std::unordered_map<int int>' int>' 38.000000 44 75.000000 47 135.000000 51 106.000000 55 175.000000 58 150.000000 56 124.000000 84 132.000000 61 128.000000 70 184 85 87 249 92 103 112 118 118 119 131 123 128 133 152 152 138 152 159 157 162 178
53 lookup_int int_insert 'std::unordered_map<int 'std::unordered_map<int int>' int>' 39.000000 47 97.000000 50 90.000000 52 253.000000 56 234.000000 57 118.000000 70 113.000000 79 119.000000 106 205.000000 131 121 141 145 161 162 202 221 235 238 236 236 246 249 256 251 251 251 313 333 344 356 360
54 lookup_int int_succ_lookup 'std::unordered_map<int 'std::unordered_map<int int>' int>' 97.000000 17 153.000000 17 95.000000 17 108.000000 19 110.000000 19 229.000000 24 116.000000 29 120.000000 38 120.000000 47 43 48 50 55 56 66 69 72 72 79 73 75 79 77 75 79 76 93 97 101 105 108
55 lookup_int int_nosucc_lookup 'std::unordered_map<int 'std::unordered_map<int int>' int>' 42.000000 94 72.000000 149 119.000000 203 106.000000 258 259.000000 330 110.000000 72 185.000000 579 114.000000 108 119.000000 136 1498 144 150 3056 170 204 225 236 244 237 241 247 253 258 253 253 251 273 278 280 292 287
56 lookup_int int_delete 'std::unordered_map<int 'std::unordered_map<int int>' int>' 41.000000 43 92.000000 47 93.000000 52 116.000000 55 125.000000 58 107.000000 58 126.000000 141 115.000000 74 151.000000 91 186 84 87 245 93 105 114 117 118 118 121 124 124 130 128 141 141 155 156 157 165 166
57 lookup_int int_insert 'std::unordered_map<int 'std::unordered_map<int int>' int>' 35.000000 47 71.000000 50 95.000000 59 101.000000 68 114.000000 57 115.000000 57 116.000000 61 117.000000 70 119.000000 95 140 137 148 164 164 201 221 235 236 237 244 242 251 259 253 252 249 343 354 338 356 360
58 lookup_int int_succ_lookup 'std::unordered_map<int 'std::unordered_map<int int>' int>' 38.000000 17 74.000000 26 92.000000 18 116.000000 18 118.000000 18 113.000000 18 120.000000 20 119.000000 22 118.000000 35 48 47 50 54 56 66 70 72 73 72 74 75 77 78 76 77 77 115 101 102 104 107
59 lookup_int int_nosucc_lookup 'std::unordered_map<int 'std::unordered_map<int int>' int>' 36.000000 92 71.000000 177 99.000000 191 112.000000 231 111.000000 316 118.000000 59 120.000000 464 116.000000 71 121.000000 101 1679 140 152 2759 169 204 223 241 242 238 243 252 253 259 255 251 256 277 285 282 290 291
60 lookup_int int_delete 'std::unordered_map<int 'std::unordered_map<int int>' int>' 47.000000 43 80.000000 47 93.000000 51 99.000000 55 108.000000 59 109.000000 55 113.000000 83 115.000000 60 121.000000 71 184 83 86 245 93 106 112 121 121 119 158 125 126 134 130 140 143 188 238 162 164 174
61 nolookup_int int_insert 'std::unordered_map<int 'std::unordered_map<int int>' int>' 518.000000 47 684.000000 51 1106.000000 52 1448.000000 56 2930.000000 56 385.000000 59 2598.000000 62 267.000000 68 273.000000 96 123 138 148 163 170 208 219 234 234 237 235 239 251 258 256 250 249 313 330 337 359 360
62 nolookup_int int_succ_lookup 'std::unordered_map<int 'std::unordered_map<int int>' int>' 267.000000 17 691.000000 18 1114.000000 18 1449.000000 18 1874.000000 18 248.000000 19 4059.000000 20 253.000000 23 281.000000 35 43 48 52 54 56 65 70 73 73 73 72 76 77 78 76 77 76 93 97 102 106 117
63 nolookup_int int_nosucc_lookup 'std::unordered_map<int 'std::unordered_map<int int>' int>' 244.000000 92 686.000000 146 1231.000000 208 1441.000000 265 2799.000000 295 385.000000 61 4337.000000 481 367.000000 71 489.000000 102 1667 141 155 3096 175 209 224 238 240 241 238 247 252 258 254 250 252 274 282 280 289 291
64 nolookup_int int_delete 'std::unordered_map<int 'std::unordered_map<int int>' int>' 549.000000 43 1295.000000 47 1773.000000 50 2237.000000 56 3013.000000 61 305.000000 55 3861.000000 132 373.000000 61 318.000000 70 190 82 89 248 94 108 113 118 118 137 119 127 127 127 132 134 140 151 160 160 171 170
65 nolookup_int int_insert 'std::unordered_map<int 'std::unordered_map<int int>' int>' 603.000000 47 1225.000000 50 1791.000000 53 2229.000000 55 2864.000000 57 386.000000 57 3968.000000 62 300.000000 74 392.000000 99 121 138 150 163 170 203 223 235 238 234 247 240 253 255 251 251 252 315 334 344 360 352
66 nolookup_int int_succ_lookup 'std::unordered_map<int 'std::unordered_map<int int>' int>' 483.000000 17 1295.000000 17 1895.000000 17 2190.000000 18 2944.000000 18 338.000000 18 2703.000000 20 269.000000 25 349.000000 35 43 55 52 55 57 66 69 71 73 72 76 75 77 78 76 77 78 92 99 112 104 107
67 nolookup_int int_nosucc_lookup 'std::unordered_map<int 'std::unordered_map<int int>' int>' 255.000000 92 672.000000 155 1208.000000 190 1420.000000 248 1865.000000 300 254.000000 60 3089.000000 494 309.000000 77 278.000000 102 1562 144 155 3107 174 209 223 236 243 236 244 246 252 259 254 252 254 273 279 281 291 289
68 nolookup_int int_delete 'std::unordered_map<int 'std::unordered_map<int int>' int>' 386.000000 43 788.000000 47 1113.000000 51 1428.000000 54 2467.000000 60 257.000000 55 2606.000000 75 263.000000 62 272.000000 73 192 86 88 246 95 107 114 117 119 118 166 124 127 132 132 139 141 146 165 163 167 175
69 nolookup_int int_insert 'std::unordered_map<int 'std::unordered_map<int int>' int>' 253.000000 47 695.000000 51 1134.000000 53 1907.000000 55 1862.000000 57 341.000000 57 3456.000000 62 269.000000 70 275.000000 99 123 138 149 172 166 203 221 239 239 231 236 248 250 258 251 253 246 316 337 340 361 358
70 nolookup_int int_succ_lookup 'std::unordered_map<int 'std::unordered_map<int int>' int>' 393.000000 17 702.000000 17 1240.000000 17 1444.000000 18 1882.000000 18 265.000000 18 2602.000000 20 268.000000 24 269.000000 35 42 47 51 58 56 65 69 72 73 73 80 75 77 79 77 77 77 93 106 101 105 106
71 delete_int int_nosucc_lookup 'std::unordered_map<int 'std::unordered_map<int int>' int>' 81.000000 92 170.000000 149 221.000000 216 254.000000 250 284.000000 318 315.000000 60 301.000000 479 316.000000 74 325.000000 103 1647 144 153 3211 170 210 227 238 243 238 242 251 253 256 254 253 252 273 289 279 289 290
72 delete_int int_delete 'std::unordered_map<int 'std::unordered_map<int int>' int>' 92.000000 43 178.000000 47 225.000000 51 252.000000 56 281.000000 59 289.000000 55 308.000000 79 342.000000 61 321.000000 72 191 85 86 245 93 106 112 118 120 120 122 127 126 132 135 137 146 152 224 155 167 174
73 delete_int int_insert 'std::unordered_map<int 'std::unordered_map<int int>' int>' 83.000000 47 172.000000 50 227.000000 52 262.000000 55 292.000000 57 284.000000 57 302.000000 64 310.000000 69 319.000000 96 123 142 148 159 164 203 221 234 234 236 238 244 255 258 247 258 249 314 331 342 360 356
74 delete_int int_succ_lookup 'std::unordered_map<int 'std::unordered_map<int int>' int>' 89.000000 17 153.000000 17 226.000000 17 268.000000 18 278.000000 18 305.000000 18 308.000000 21 317.000000 23 325.000000 33 42 48 51 57 59 66 69 72 74 72 72 75 77 79 76 78 79 92 97 101 105 107
75 delete_int int_nosucc_lookup 'std::unordered_map<int 'std::unordered_map<int int>' int>' 76.000000 95 172.000000 144 219.000000 211 260.000000 246 276.000000 337 290.000000 59 307.000000 494 361.000000 71 322.000000 99 1493 146 154 3083 173 208 222 237 241 237 237 248 252 255 252 256 253 273 283 274 288 288
76 delete_int int_delete 'std::unordered_map<int 'std::unordered_map<int int>' int>' 113.000000 43 164.000000 48 225.000000 51 254.000000 55 276.000000 60 295.000000 70 308.000000 76 309.000000 61 316.000000 70 188 84 88 241 95 105 113 115 119 123 119 122 128 130 135 154 141 148 158 165 160 162
77 delete_int int_insert 'std::unordered_map<int 'std::unordered_map<int int>' int>' 91.000000 48 170.000000 51 227.000000 53 271.000000 58 274.000000 64 287.000000 57 305.000000 62 308.000000 69 341.000000 94 122 136 144 162 169 206 218 237 229 233 232 245 250 257 254 252 251 310 329 344 353 363
78 delete_int int_succ_lookup 'std::unordered_map<int 'std::unordered_map<int int>' int>' 82.000000 17 166.000000 18 223.000000 17 258.000000 19 287.000000 21 294.000000 18 311.000000 20 312.000000 23 316.000000 34 43 47 51 55 56 65 69 72 73 72 75 73 77 78 77 85 80 93 102 101 105 107
79 delete_int int_nosucc_lookup 'std::unordered_map<int 'std::unordered_map<int int>' int>' 73.000000 94 157.000000 167 222.000000 196 257.000000 259 281.000000 345 294.000000 59 298.000000 515 313.000000 72 317.000000 103 1620 142 153 3105 171 207 224 236 239 240 236 246 252 257 255 254 257 276 278 278 290 293
80 delete_int int_delete 'std::unordered_map<int 'std::unordered_map<int int>' int>' 101.000000 44 166.000000 47 219.000000 51 267.000000 55 281.000000 57 293.000000 55 309.000000 76 630.000000 61 309.000000 71 195 83 88 246 94 108 112 117 119 121 121 121 129 127 135 141 143 146 154 162 168 174
81 insert_string int_insert 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 342.000000 48 349.000000 50 341.000000 53 411.000000 55 445.000000 57 519.000000 57 556.000000 60 434.000000 72 728.000000 95 118 136 150 161 168 207 223 235 236 230 233 247 254 255 253 251 252 306 335 344 358 358
82 insert_string int_succ_lookup 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 505.000000 17 783.000000 17 539.000000 17 554.000000 18 639.000000 18 445.000000 18 534.000000 20 648.000000 25 460.000000 34 43 47 52 54 58 66 69 72 72 72 74 73 77 79 77 76 77 93 107 103 105 108
83 insert_string int_nosucc_lookup 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 543.000000 92 312.000000 143 409.000000 197 438.000000 262 338.000000 329 324.000000 61 380.000000 500 379.000000 75 389.000000 99 1692 142 156 3025 174 210 224 238 240 235 239 248 251 256 256 253 255 273 279 281 289 290
84 insert_string int_delete 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 267.000000 43 286.000000 46 588.000000 50 321.000000 57 394.000000 58 521.000000 56 631.000000 79 599.000000 62 421.000000 71 190 84 88 247 94 106 115 116 117 122 123 124 131 129 135 136 141 154 159 164 174 171
85 insert_string int_insert 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 434.000000 47 519.000000 50 311.000000 52 317.000000 54 328.000000 57 333.000000 57 393.000000 60 389.000000 73 496.000000 94 122 139 149 163 171 205 220 231 235 231 232 254 253 257 256 249 250 307 331 381 355 358
86 insert_string int_succ_lookup 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 233.000000 17 274.000000 17 410.000000 17 322.000000 18 325.000000 18 322.000000 18 379.000000 19 391.000000 27 391.000000 35 43 48 51 55 57 66 70 72 73 80 73 79 77 80 77 76 77 92 100 109 105 107
87 insert_string int_nosucc_lookup 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 273.000000 92 276.000000 159 315.000000 210 346.000000 238 344.000000 311 322.000000 59 387.000000 482 392.000000 76 394.000000 102 1603 145 152 3140 174 210 227 237 239 243 238 262 251 258 255 253 250 272 282 293 292 289
88 insert_string int_delete 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 226.000000 43 266.000000 47 351.000000 51 323.000000 56 324.000000 59 320.000000 55 385.000000 78 388.000000 62 398.000000 70 192 83 87 247 93 105 115 116 120 127 123 148 129 135 133 142 139 154 160 218 164 166
89 insert_string int_insert 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 228.000000 47 286.000000 50 296.000000 52 329.000000 56 327.000000 57 319.000000 57 392.000000 61 512.000000 69 387.000000 95 125 139 151 160 164 200 221 238 239 236 239 244 251 257 253 259 246 308 325 342 356 356
90 insert_string int_succ_lookup 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 234.000000 17 283.000000 17 314.000000 17 329.000000 18 328.000000 18 327.000000 18 389.000000 20 392.000000 23 567.000000 34 42 53 52 55 56 66 70 73 72 72 73 75 78 78 77 79 78 93 96 102 106 109
91 lookup_string int_nosucc_lookup 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 226.000000 92 259.000000 144 281.000000 191 427.000000 226 294.000000 338 312.000000 60 306.000000 479 311.000000 74 317.000000 99 1736 143 155 2831 169 212 224 240 244 238 242 245 253 256 257 254 254 272 276 281 296 287
92 lookup_string int_delete 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 199.000000 43 252.000000 47 333.000000 51 291.000000 55 296.000000 61 299.000000 55 313.000000 78 309.000000 61 309.000000 70 216 83 86 252 95 106 112 118 121 121 122 129 126 129 139 146 143 147 152 161 166 165
93 lookup_string int_insert 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 190.000000 47 257.000000 51 274.000000 52 295.000000 54 300.000000 58 310.000000 57 302.000000 63 441.000000 67 318.000000 94 119 138 150 166 191 204 220 235 242 231 239 247 251 256 255 253 251 313 329 337 360 361
94 lookup_string int_succ_lookup 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 193.000000 17 257.000000 17 272.000000 17 296.000000 17 296.000000 18 297.000000 18 302.000000 20 316.000000 23 325.000000 36 42 47 52 55 62 66 70 72 72 73 74 75 77 78 76 77 79 93 97 102 106 107
95 lookup_string int_nosucc_lookup 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 204.000000 92 316.000000 146 274.000000 190 298.000000 240 295.000000 333 312.000000 60 683.000000 485 529.000000 72 437.000000 101 1700 144 155 3120 191 205 222 237 246 238 240 249 248 257 252 252 253 273 277 280 293 291
96 lookup_string int_delete 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 249.000000 43 259.000000 48 282.000000 51 290.000000 56 297.000000 59 311.000000 55 305.000000 73 355.000000 61 308.000000 71 189 83 90 245 117 109 112 117 146 120 124 128 129 129 134 137 142 149 157 161 169 168
97 lookup_string int_insert 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 201.000000 47 266.000000 50 277.000000 52 288.000000 55 304.000000 56 305.000000 56 308.000000 61 307.000000 71 318.000000 96 119 137 150 161 169 205 219 236 237 231 237 245 253 259 252 252 248 313 330 343 362 356
98 lookup_string int_succ_lookup 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 251.000000 17 263.000000 17 351.000000 17 299.000000 17 473.000000 18 369.000000 18 302.000000 20 314.000000 24 313.000000 36 42 48 52 55 63 65 68 73 73 73 73 75 77 79 77 78 77 93 99 102 105 107
99 lookup_string int_nosucc_lookup 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 202.000000 92 263.000000 151 276.000000 201 294.000000 219 290.000000 320 345.000000 59 312.000000 440 309.000000 74 320.000000 103 1522 141 154 3104 171 206 223 241 241 241 240 249 251 255 256 252 255 277 279 284 287 289
100 lookup_string int_delete 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 197.000000 43 278.000000 50 281.000000 52 287.000000 55 299.000000 59 298.000000 54 304.000000 75 308.000000 61 402.000000 71 189 82 87 247 94 106 112 115 119 122 120 126 128 132 135 147 140 151 158 236 170 167
101 nolookup_string int_insert 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 1304.000000 47 2393.000000 51 2306.000000 52 2037.000000 55 2707.000000 57 343.000000 57 3732.000000 63 382.000000 93 372.000000 100 125 136 150 161 165 210 216 242 237 233 236 245 251 265 253 251 249 315 327 362 362 365
102 nolookup_string int_succ_lookup 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 535.000000 17 1283.000000 17 1671.000000 17 2045.000000 18 2595.000000 18 336.000000 18 4208.000000 20 363.000000 32 387.000000 35 43 48 51 54 57 65 68 72 73 74 73 74 79 79 77 76 78 94 98 108 107 106
103 nolookup_string int_nosucc_lookup 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 511.000000 92 1172.000000 149 1649.000000 210 2012.000000 242 2695.000000 296 334.000000 60 3733.000000 481 370.000000 91 388.000000 105 1661 142 153 3096 169 201 221 237 244 235 237 252 248 259 250 254 256 275 275 302 291 283
104 nolookup_string int_delete 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 528.000000 43 1114.000000 47 1817.000000 50 2334.000000 58 2650.000000 60 331.000000 56 3752.000000 84 360.000000 64 376.000000 71 193 84 87 246 95 106 112 117 121 120 123 125 129 131 134 138 226 155 154 302 179 176
105 nolookup_string int_insert 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 532.000000 47 1085.000000 50 1640.000000 52 2036.000000 55 2826.000000 56 336.000000 57 3773.000000 62 348.000000 72 387.000000 98 123 140 171 164 170 220 221 235 239 236 245 250 257 260 260 249 261 348 354 343 364 356
106 nolookup_string int_succ_lookup 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 519.000000 17 1186.000000 17 1766.000000 17 2033.000000 18 2587.000000 18 332.000000 18 4916.000000 21 369.000000 25 428.000000 35 43 48 57 55 57 71 69 72 73 75 82 76 77 82 77 76 81 102 104 102 105 106
107 nolookup_string int_nosucc_lookup 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 520.000000 94 1106.000000 146 1683.000000 198 2039.000000 242 2588.000000 290 339.000000 60 3752.000000 588 366.000000 75 388.000000 102 1690 142 172 3093 170 222 225 239 243 237 246 251 253 257 254 253 278 291 290 282 293 288
108 nolookup_string int_delete 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 514.000000 43 1111.000000 47 1961.000000 51 2000.000000 54 2579.000000 59 325.000000 54 3766.000000 88 366.000000 62 383.000000 70 193 82 91 250 93 150 112 119 122 124 183 138 134 175 148 137 213 255 260 165 170 171
109 nolookup_string int_insert 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 542.000000 48 1099.000000 51 1651.000000 52 2038.000000 54 2605.000000 57 329.000000 57 3835.000000 63 360.000000 75 389.000000 99 120 140 151 161 169 201 225 234 237 233 230 244 260 258 249 258 248 318 328 341 359 356
110 nolookup_string int_succ_lookup 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 513.000000 17 1093.000000 17 1717.000000 17 2062.000000 18 2655.000000 18 334.000000 18 4419.000000 20 356.000000 27 384.000000 38 46 48 51 54 56 66 69 74 73 73 72 74 77 78 76 86 77 95 97 102 127 107
111 delete_string int_nosucc_lookup 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 237.000000 93 314.000000 149 343.000000 197 366.000000 231 360.000000 322 362.000000 60 383.000000 504 383.000000 78 395.000000 104 1591 142 155 2865 171 208 224 240 241 237 241 248 251 255 249 253 254 275 278 283 299 320
112 delete_string int_delete 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 234.000000 43 314.000000 47 345.000000 50 348.000000 55 416.000000 60 359.000000 57 392.000000 79 379.000000 62 390.000000 73 191 83 86 246 92 107 113 126 121 119 122 124 127 128 134 138 141 167 156 162 217 299
113 delete_string int_insert 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 228.000000 47 315.000000 50 333.000000 52 349.000000 57 364.000000 59 420.000000 77 376.000000 71 381.000000 75 384.000000 131 127 163 170 164 168 207 224 235 233 238 240 244 253 256 253 261 258 315 330 351 374 369
114 delete_string int_succ_lookup 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 244.000000 17 310.000000 17 337.000000 17 357.000000 18 357.000000 19 360.000000 26 400.000000 24 385.000000 28 392.000000 46 51 54 56 56 56 66 70 72 72 72 73 75 77 78 77 79 77 94 97 110 112 109
115 delete_string int_nosucc_lookup 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 245.000000 92 311.000000 162 339.000000 211 360.000000 263 362.000000 345 367.000000 75 384.000000 484 382.000000 78 431.000000 132 1845 163 168 3096 170 209 224 238 241 241 237 252 250 257 255 259 255 273 279 281 304 296
116 delete_string int_delete 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 255.000000 43 306.000000 47 331.000000 53 352.000000 55 364.000000 69 368.000000 58 453.000000 82 379.000000 62 399.000000 78 200 88 93 245 93 111 113 118 119 128 121 133 151 131 134 200 151 149 153 184 378 228
117 delete_string int_insert 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 248.000000 48 309.000000 50 339.000000 52 352.000000 55 357.000000 84 368.000000 58 386.000000 119 381.000000 123 382.000000 183 164 171 197 186 201 222 224 234 237 235 239 244 254 263 253 250 252 314 362 361 355 361
118 delete_string int_succ_lookup 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 233.000000 17 321.000000 17 344.000000 17 355.000000 18 357.000000 29 370.000000 19 387.000000 43 375.000000 43 389.000000 60 61 57 71 62 64 70 70 73 73 72 73 75 77 78 76 76 78 95 105 104 103 107
119 delete_string int_nosucc_lookup 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 237.000000 94 312.000000 145 341.000000 220 355.000000 242 366.000000 337 436.000000 60 382.000000 723 378.000000 115 392.000000 163 2026 164 201 3474 205 220 223 236 239 237 246 252 251 255 253 256 255 274 294 294 290 294
120 delete_string int_delete 'std::unordered_map<std::__cxx11::basic_string<char> 'std::unordered_map<int std::__cxx11::basic_string<char> >' int>' 241.000000 43 313.000000 56 341.000000 52 395.000000 62 367.000000 64 373.000000 55 417.000000 152 376.000000 77 386.000000 99 237 92 166 270 163 159 112 117 119 120 132 126 129 129 130 138 142 159 238 243 166 193
121 insert_int int_insert 'std::unordered_map<int 'std::unordered_map<int int>' int>' 100.000000 47 166.000000 50 208.000000 54 220.000000 55 232.000000 57 241.000000 71 268.000000 62 304.000000 69 267.000000 96 118 136 154 170 174 210 219 236 236 234 237 245 250 254 250 251 253 308 346 337 355 359
122 insert_int int_succ_lookup 'std::unordered_map<int 'std::unordered_map<int int>' int>' 121.000000 17 151.000000 17 195.000000 17 288.000000 18 231.000000 18 244.000000 24 250.000000 20 265.000000 23 274.000000 34 40 47 52 56 57 67 69 72 74 73 73 75 77 79 76 77 77 95 107 102 105 107
123 insert_int int_nosucc_lookup 'std::unordered_map<int 'std::unordered_map<int int>' int>' 109.000000 92 160.000000 144 205.000000 197 232.000000 226 250.000000 331 284.000000 69 253.000000 499 277.000000 73 276.000000 107 1698 143 163 2859 173 211 224 236 243 238 240 247 251 255 261 253 253 278 278 282 289 289
124 insert_int int_delete 'std::unordered_map<int 'std::unordered_map<int int>' int>' 100.000000 43 170.000000 47 199.000000 51 227.000000 54 233.000000 58 255.000000 57 257.000000 80 256.000000 60 267.000000 75 188 83 89 245 95 108 114 117 121 124 122 121 127 133 135 139 146 152 172 166 161 166
125 insert_int int_insert 'std::unordered_map<int 'std::unordered_map<int int>' int>' 119.000000 48 162.000000 51 205.000000 54 236.000000 56 296.000000 58 242.000000 73 257.000000 64 257.000000 73 271.000000 96 122 136 151 168 169 206 217 236 240 236 236 245 248 259 254 253 253 314 331 345 358 359
126 insert_int int_succ_lookup 'std::unordered_map<int 'std::unordered_map<int int>' int>' 109.000000 17 295.000000 17 214.000000 18 241.000000 19 240.000000 19 238.000000 24 263.000000 20 265.000000 25 263.000000 35 42 50 52 56 57 65 70 72 75 73 73 75 78 79 77 76 77 98 97 102 104 110
127 insert_int int_nosucc_lookup 'std::unordered_map<int 'std::unordered_map<int int>' int>' 94.000000 95 171.000000 145 199.000000 191 243.000000 227 236.000000 307 240.000000 73 271.000000 515 259.000000 75 271.000000 102 1571 141 154 3068 171 208 224 233 241 240 241 250 248 255 254 254 255 276 279 280 292 290
128 insert_int int_delete 'std::unordered_map<int 'std::unordered_map<int int>' int>' 103.000000 44 162.000000 47 203.000000 51 230.000000 55 254.000000 59 252.000000 58 260.000000 82 264.000000 64 317.000000 72 193 84 89 247 94 107 114 116 120 118 124 127 128 133 138 132 141 165 153 160 169 174
129 insert_int int_insert 'std::unordered_map<int 'std::unordered_map<int int>' int>' 159.000000 47 163.000000 50 199.000000 52 227.000000 55 239.000000 57 236.000000 57 289.000000 61 268.000000 71 262.000000 93 120 141 148 164 163 206 217 232 238 229 235 247 253 252 252 253 254 309 323 339 353 355
130 insert_int int_succ_lookup 'std::unordered_map<int 'std::unordered_map<int int>' int>' 97.000000 17 157.000000 17 195.000000 17 221.000000 18 256.000000 18 240.000000 18 258.000000 20 281.000000 23 268.000000 33 42 49 51 61 62 67 69 72 76 73 72 75 78 77 77 77 77 93 97 102 104 107
131 lookup_int int_nosucc_lookup 'std::unordered_map<int 'std::unordered_map<int int>' int>' 42.000000 92 82.000000 159 89.000000 216 103.000000 241 113.000000 326 112.000000 60 115.000000 464 113.000000 74 116.000000 96 1693 143 152 2952 172 210 223 239 250 237 239 249 252 256 255 252 254 279 274 281 287 291
132 lookup_int int_delete 'std::unordered_map<int 'std::unordered_map<int int>' int>' 38.000000 43 69.000000 47 87.000000 50 102.000000 55 107.000000 60 109.000000 55 116.000000 76 118.000000 60 124.000000 70 211 83 87 242 96 107 115 116 171 121 124 127 131 134 135 139 142 157 156 163 162 176
133 lookup_int int_insert 'std::unordered_map<int 'std::unordered_map<int int>' int>' 38.000000 47 73.000000 51 104.000000 52 101.000000 55 109.000000 57 109.000000 57 114.000000 61 125.000000 70 126.000000 97 122 147 148 161 165 204 224 234 240 232 234 247 251 259 254 252 255 315 376 359 358 360
134 lookup_int int_succ_lookup 'std::unordered_map<int 'std::unordered_map<int int>' int>' 50.000000 17 113.000000 17 92.000000 17 112.000000 18 106.000000 18 150.000000 18 149.000000 19 129.000000 24 118.000000 33 42 50 53 54 58 66 70 72 73 72 73 75 79 79 77 81 78 93 115 105 106 108
135 lookup_int int_nosucc_lookup 'std::unordered_map<int 'std::unordered_map<int int>' int>' 42.000000 92 83.000000 145 94.000000 217 108.000000 257 110.000000 324 192.000000 60 119.000000 496 120.000000 73 118.000000 101 1675 148 153 3009 169 212 224 237 237 235 238 252 249 258 253 254 256 271 315 293 292 287
136 lookup_int int_delete 'std::unordered_map<int 'std::unordered_map<int int>' int>' 39.000000 43 72.000000 48 94.000000 51 105.000000 55 109.000000 59 115.000000 55 119.000000 81 116.000000 61 128.000000 71 191 84 87 246 92 109 110 115 119 120 122 126 130 133 133 137 147 155 379 247 170 175
137 lookup_int int_insert 'std::unordered_map<int 'std::unordered_map<int int>' int>' 39.000000 47 73.000000 51 95.000000 52 101.000000 56 112.000000 59 111.000000 57 117.000000 67 112.000000 71 124.000000 97 122 137 149 161 174 207 220 236 235 235 236 248 250 251 255 256 249 311 329 336 368 367
138 lookup_int int_succ_lookup 'std::unordered_map<int 'std::unordered_map<int int>' int>' 36.000000 17 72.000000 17 93.000000 17 97.000000 18 110.000000 18 109.000000 18 117.000000 21 128.000000 27 120.000000 34 43 47 51 56 57 67 68 72 73 73 74 77 78 78 76 78 78 96 98 100 105 110
139 lookup_int int_nosucc_lookup 'std::unordered_map<int 'std::unordered_map<int int>' int>' 38.000000 92 74.000000 157 108.000000 210 104.000000 239 105.000000 323 110.000000 61 115.000000 598 119.000000 75 117.000000 103 1546 141 156 2945 173 210 231 237 243 236 238 251 251 257 255 255 254 273 278 281 297 307
140 lookup_int int_delete 'std::unordered_map<int 'std::unordered_map<int int>' int>' 36.000000 43 76.000000 47 93.000000 50 99.000000 55 111.000000 59 110.000000 55 126.000000 99 119.000000 63 118.000000 70 204 83 89 246 95 108 134 118 120 176 120 128 133 131 135 138 139 152 156 159 177 341
141 nolookup_int int_insert 'std::unordered_map<int 'std::unordered_map<int int>' int>' 281.000000 48 709.000000 51 1156.000000 54 1440.000000 59 1869.000000 70 251.000000 82 2553.000000 70 269.000000 86 271.000000 116 138 187 173 190 205 214 226 242 243 235 243 263 262 284 268 260 260 355 351 370 391 382
142 nolookup_int int_succ_lookup 'std::unordered_map<int 'std::unordered_map<int int>' int>' 251.000000 17 689.000000 17 1134.000000 18 1444.000000 19 1877.000000 26 250.000000 31 2580.000000 24 263.000000 34 271.000000 46 51 63 59 61 67 69 72 83 75 74 76 83 80 84 79 80 81 109 101 108 111 121
143 nolookup_int int_nosucc_lookup 'std::unordered_map<int 'std::unordered_map<int int>' int>' 241.000000 94 693.000000 157 1114.000000 197 1676.000000 256 1891.000000 416 361.000000 88 2543.000000 520 262.000000 97 273.000000 120 1800 195 175 3351 214 214 234 247 242 240 242 260 257 275 260 261 260 301 284 299 301 302
144 nolookup_int int_delete 'std::unordered_map<int 'std::unordered_map<int int>' int>' 255.000000 44 691.000000 50 1446.000000 53 1435.000000 57 1873.000000 122 251.000000 69 2567.000000 115 271.000000 68 271.000000 77 225 159 106 261 198 109 171 144 122 121 139 231 152 177 161 155 175 291 206 276 203 204
145 nolookup_int int_insert 'std::unordered_map<int 'std::unordered_map<int int>' int>' 262.000000 47 688.000000 50 1139.000000 52 1436.000000 55 2272.000000 57 247.000000 63 2576.000000 80 271.000000 67 271.000000 112 121 152 153 185 193 208 222 235 240 238 240 247 263 273 248 251 256 332 353 366 398 376
146 nolookup_int int_succ_lookup 'std::unordered_map<int 'std::unordered_map<int int>' int>' 264.000000 17 716.000000 17 1148.000000 17 1451.000000 18 1869.000000 18 251.000000 21 2579.000000 28 265.000000 22 269.000000 41 42 60 53 59 63 66 69 73 74 74 74 88 81 83 77 77 80 95 106 108 110 115
147 nolookup_int int_nosucc_lookup 'std::unordered_map<int 'std::unordered_map<int int>' int>' 234.000000 94 680.000000 155 1145.000000 207 1505.000000 246 1887.000000 312 310.000000 68 2555.000000 686 276.000000 72 269.000000 119 1657 164 156 3169 193 212 227 240 242 241 240 252 254 266 254 254 257 278 295 294 308 303
148 nolookup_int int_delete 'std::unordered_map<int 'std::unordered_map<int int>' int>' 242.000000 43 676.000000 48 1139.000000 53 1438.000000 55 1923.000000 59 255.000000 58 2591.000000 120 269.000000 60 281.000000 75 187 107 91 252 103 106 115 117 119 150 125 135 166 161 131 135 148 150 192 202 314 209
149 nolookup_int int_insert 'std::unordered_map<int 'std::unordered_map<int int>' int>' 260.000000 48 726.000000 51 1152.000000 53 1462.000000 56 1896.000000 71 267.000000 57 2622.000000 67 265.000000 67 274.000000 151 122 145 190 166 170 206 254 235 243 249 241 243 265 274 260 245 248 312 326 356 357 355
150 nolookup_int int_succ_lookup 'std::unordered_map<int 'std::unordered_map<int int>' int>' 285.000000 17 708.000000 17 1134.000000 17 1439.000000 18 1859.000000 25 259.000000 18 2568.000000 22 262.000000 23 276.000000 53 43 50 69 60 58 68 79 73 74 74 74 75 81 84 79 78 77 92 98 104 107 108
151 delete_int int_nosucc_lookup 'std::unordered_map<int 'std::unordered_map<int int>' int>' 99.000000 94 186.000000 148 234.000000 209 257.000000 252 271.000000 399 288.000000 59 304.000000 428 310.000000 71 320.000000 151 1717 149 193 3389 172 213 241 237 243 239 240 246 265 265 262 253 256 268 282 285 291 285
152 delete_int int_delete 'std::unordered_map<int 'std::unordered_map<int int>' int>' 86.000000 44 189.000000 48 261.000000 53 265.000000 57 292.000000 67 295.000000 55 298.000000 85 312.000000 60 334.000000 89 200 85 132 251 94 108 184 118 145 160 124 124 144 158 191 138 142 154 160 181 171 165
153 delete_int int_insert 'std::unordered_map<int 'std::unordered_map<std::__cxx11::basic_string<char> int>' std::__cxx11::basic_string<char> >' 106.000000 80 213.000000 89 225.000000 128 258.000000 171 280.000000 199 287.000000 212 297.000000 242 313.000000 248 322.000000 260 277 287 283 290 292 312 326 357 361 355 364 377 381 376 397 485 497 498 499 502 543 509
154 delete_int int_succ_lookup 'std::unordered_map<int 'std::unordered_map<std::__cxx11::basic_string<char> int>' std::__cxx11::basic_string<char> >' 89.000000 38 168.000000 46 231.000000 92 256.000000 125 281.000000 147 287.000000 158 310.000000 165 312.000000 168 317.000000 176 184 183 190 200 203 199 210 234 232 228 272 246 247 255 274 281 295 330 279 287 337 305
155 delete_int int_nosucc_lookup 'std::unordered_map<int 'std::unordered_map<std::__cxx11::basic_string<char> int>' std::__cxx11::basic_string<char> >' 249.000000 134 196.000000 218 224.000000 372 266.000000 509 279.000000 804 295.000000 182 304.000000 1286 304.000000 207 320.000000 217 2697 236 234 4409 244 263 278 299 300 284 298 298 299 305 326 395 418 408 433 430 471 442
156 delete_int int_delete 'std::unordered_map<int 'std::unordered_map<std::__cxx11::basic_string<char> int>' std::__cxx11::basic_string<char> >' 98.000000 66 175.000000 76 233.000000 115 256.000000 178 283.000000 218 292.000000 145 305.000000 271 307.000000 170 331.000000 189 324 226 212 351 232 260 293 371 312 313 374 326 326 333 379 444 439 437 445 443 571 481
157 delete_int int_insert 'std::unordered_map<int 'std::unordered_map<std::__cxx11::basic_string<char> int>' std::__cxx11::basic_string<char> >' 87.000000 82 174.000000 114 227.000000 130 244.000000 167 297.000000 198 290.000000 213 300.000000 234 316.000000 250 320.000000 266 278 285 287 296 286 305 330 355 358 347 358 373 374 383 397 399 411 420 426 421 437 434
158 delete_int int_succ_lookup 'std::unordered_map<int 'std::unordered_map<std::__cxx11::basic_string<char> int>' std::__cxx11::basic_string<char> >' 97.000000 39 172.000000 69 221.000000 93 289.000000 122 276.000000 141 285.000000 153 304.000000 166 324.000000 170 321.000000 181 189 190 188 195 189 203 215 229 226 221 229 343 222 247 275 285 286 295 295 427 308 306
159 delete_int int_nosucc_lookup 'std::unordered_map<int 'std::unordered_map<std::__cxx11::basic_string<char> int>' std::__cxx11::basic_string<char> >' 95.000000 133 169.000000 243 225.000000 371 251.000000 522 286.000000 798 291.000000 175 301.000000 1276 314.000000 207 328.000000 217 2720 236 237 4187 247 262 278 293 291 288 288 303 298 309 329 338 344 355 360 356 370 362
160 delete_int int_delete 'std::unordered_map<int 'std::unordered_map<std::__cxx11::basic_string<char> int>' std::__cxx11::basic_string<char> >' 91.000000 66 194.000000 91 382.000000 113 271.000000 180 298.000000 213 295.000000 138 316.000000 272 304.000000 203 317.000000 189 328 207 211 360 227 256 288 306 304 305 309 329 327 346 384 392 411 422 435 443 463 453
161 int_insert 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 90 86 130 172 196 209 235 256 259 280 285 280 292 283 309 326 347 358 356 356 372 377 381 399 406 405 448 423 422 431 436
162 int_succ_lookup 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 41 44 91 124 145 150 162 171 174 206 190 178 275 197 200 212 223 228 221 229 232 250 245 265 263 284 319 280 307 330 307
163 int_nosucc_lookup 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 136 218 357 523 795 179 1371 205 216 2631 240 236 4327 242 261 279 289 292 285 286 303 305 308 333 338 343 369 363 357 377 374
164 int_delete 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 66 75 112 180 218 140 281 171 179 323 217 222 350 228 250 279 300 309 299 302 324 332 345 382 389 407 499 430 445 512 504
165 int_insert 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 92 90 127 171 201 228 237 257 263 277 285 283 298 291 313 331 349 356 357 357 375 373 379 397 399 412 416 422 426 431 431
166 int_succ_lookup 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 40 45 90 116 144 158 163 173 176 191 198 188 190 189 198 205 223 222 229 227 243 251 252 276 278 291 292 295 327 306 308
167 int_nosucc_lookup 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 134 213 360 516 790 183 1418 213 215 2817 232 239 4493 245 265 279 289 291 286 293 301 303 308 330 333 350 355 363 362 369 379
168 int_delete 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 67 76 111 180 212 156 262 201 177 322 207 212 352 217 259 284 306 304 306 315 326 340 327 369 387 482 424 436 450 567 530
169 int_insert 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 84 90 125 171 199 212 240 246 263 273 294 279 298 285 308 329 348 355 350 361 390 370 384 399 405 410 419 422 429 429 424
170 int_succ_lookup 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 39 44 94 123 150 151 165 171 181 185 192 190 200 195 202 216 319 229 231 229 265 241 306 271 287 285 293 296 297 318 300
171 int_nosucc_lookup 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 134 213 362 519 828 179 1276 206 215 2668 248 238 4230 243 267 273 291 289 287 287 322 303 358 329 333 345 356 361 361 368 358
172 int_delete 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 67 76 112 176 214 146 268 176 188 331 286 213 355 217 261 299 304 312 304 308 449 340 456 377 385 405 420 434 443 474 447
173 int_insert 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 101 89 129 175 200 211 239 246 260 274 286 283 296 287 308 334 353 360 357 356 375 370 386 400 397 413 419 424 420 435 431
174 int_succ_lookup 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 41 46 90 124 144 152 174 160 176 193 189 192 195 273 203 208 223 214 227 228 227 244 249 278 262 274 415 312 307 315 307
175 int_nosucc_lookup 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 140 220 374 518 794 180 1281 204 215 2879 236 238 4245 252 261 276 292 295 290 295 307 304 313 334 334 341 355 362 354 371 369
176 int_delete 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 66 74 110 179 217 149 278 169 180 317 207 215 350 232 254 273 304 310 310 317 360 355 363 403 389 402 433 437 445 455 463
177 int_insert 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 90 88 123 169 201 213 237 247 264 276 286 286 289 292 310 331 353 361 357 356 380 367 384 395 407 408 424 426 427 430 428
178 int_succ_lookup 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 43 45 90 124 154 148 165 183 177 187 185 191 197 192 205 196 320 230 229 230 242 250 247 273 288 289 299 303 305 318 309
179 int_nosucc_lookup 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 137 213 358 528 834 178 1337 203 214 2735 234 241 4106 245 262 276 293 295 291 296 303 302 307 325 344 341 367 358 363 368 363
180 int_delete 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 66 76 109 180 211 137 265 196 180 315 205 224 352 222 256 275 312 315 310 340 337 333 341 375 465 402 492 433 440 460 453
181 int_insert 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 96 89 122 173 201 214 236 251 261 278 284 282 290 290 306 328 354 360 355 354 376 370 407 399 398 403 431 422 420 433 429
182 int_succ_lookup 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 48 56 111 127 146 155 175 174 176 189 186 196 196 195 194 216 221 226 225 228 240 244 255 273 293 283 299 299 297 317 316
183 int_nosucc_lookup 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 143 225 376 520 845 177 1263 203 216 2626 238 241 4108 240 262 278 294 292 287 289 308 302 314 329 337 342 356 356 359 373 371
184 int_delete 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 67 75 111 175 209 148 266 170 184 327 217 211 352 220 248 284 305 308 303 311 337 334 346 381 393 405 437 431 439 458 474
185 int_insert 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 107 92 136 169 196 212 235 243 265 277 291 283 299 287 329 340 354 357 358 361 375 374 383 399 401 409 418 423 423 435 427
186 int_succ_lookup 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 43 42 92 122 143 151 161 172 250 182 179 190 198 199 208 314 232 323 223 233 238 227 260 267 269 281 300 302 293 311 298
187 int_nosucc_lookup 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 137 208 357 521 796 178 1264 210 216 2822 236 236 4210 247 270 290 292 292 285 291 308 299 308 331 334 338 354 359 364 368 368
188 int_delete 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 66 76 120 174 214 139 266 167 199 316 213 216 407 229 271 354 300 312 296 310 327 332 343 371 386 405 423 432 447 452 470
189 int_insert 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 89 90 122 168 195 213 236 252 262 275 279 279 290 284 308 332 352 356 354 362 372 374 385 401 400 409 418 425 426 432 435
190 int_succ_lookup 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 38 44 88 130 143 155 167 178 178 195 191 187 194 191 200 212 215 226 232 236 249 243 352 276 282 315 307 428 292 302 312
191 int_nosucc_lookup 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 134 220 361 537 794 178 1303 213 215 2800 233 237 4467 253 263 278 288 293 290 294 304 302 308 331 333 344 354 355 360 372 379
192 int_delete 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 67 76 110 181 211 142 288 198 181 314 205 211 350 237 255 280 322 299 301 330 353 327 345 375 381 410 425 445 452 464 539
193 int_insert 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 151 88 126 171 199 211 239 249 259 274 282 280 293 297 307 331 361 375 355 360 375 370 380 405 407 407 423 418 427 446 424
194 int_succ_lookup 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 58 48 88 127 140 155 167 168 182 188 192 177 196 195 197 208 223 345 223 229 249 244 256 280 292 278 273 300 312 318 324
195 int_nosucc_lookup 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 142 224 354 518 789 177 1278 202 217 2756 236 237 4307 244 260 273 295 295 289 297 303 308 309 331 339 340 356 359 358 386 389
196 int_delete 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 68 75 110 173 218 136 268 162 204 317 205 205 356 221 259 279 314 335 321 321 339 342 344 380 438 398 428 442 440 534 545
197 int_insert 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 85 90 139 175 197 219 248 247 257 275 280 286 297 280 314 329 373 361 361 356 375 370 383 395 405 404 419 420 426 440 422
198 int_succ_lookup 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 38 46 128 130 144 150 171 174 178 184 191 188 199 193 205 221 226 331 228 234 252 242 252 306 281 291 299 284 311 333 307
199 int_nosucc_lookup 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 134 219 380 524 806 179 1392 208 215 2709 238 244 4430 246 267 282 301 296 293 298 311 300 334 335 331 342 355 354 357 378 368
200 int_delete 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 68 75 123 179 223 141 298 182 185 324 212 222 352 226 309 350 327 379 373 366 381 329 431 445 390 418 430 434 472 499 478
201 int_insert 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 86 91 129 168 199 215 237 247 268 279 286 287 295 291 308 330 350 372 361 360 377 379 386 396 412 405 419 421 426 436 451
202 int_succ_lookup 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 39 51 91 132 147 152 173 172 179 187 185 198 194 196 196 214 240 236 225 238 240 254 256 273 290 291 312 298 305 322 315
203 int_nosucc_lookup 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 138 223 353 564 824 179 1317 203 219 2845 244 240 4332 245 263 274 288 292 292 291 306 302 313 329 358 341 357 358 355 369 361
204 int_delete 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 66 76 118 172 227 150 270 178 200 322 270 217 357 233 262 295 315 367 302 309 337 350 410 400 493 415 434 465 453 471 452
205 int_insert 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 104 92 133 177 200 213 235 248 262 278 286 289 292 290 319 329 354 359 356 362 374 372 393 395 407 412 416 424 419 438 432
206 int_succ_lookup 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 42 49 93 130 148 171 165 176 180 237 191 174 198 193 200 217 221 221 225 226 247 237 381 267 273 299 298 311 310 315 303
207 int_nosucc_lookup 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 140 225 372 539 834 180 1277 205 215 2790 234 237 4136 244 262 279 294 294 290 293 305 300 311 334 337 347 349 362 358 378 371
208 int_delete 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 66 79 122 187 226 150 267 180 189 319 213 238 369 230 263 291 305 332 315 323 340 339 377 403 390 449 425 443 438 523 474
209 int_insert 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 89 104 134 182 227 234 242 259 312 283 282 287 296 287 309 329 358 366 364 367 375 370 384 399 407 413 418 432 482 437 420
210 int_succ_lookup 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 39 68 96 136 162 230 169 177 211 191 191 187 196 191 200 212 232 234 247 244 242 237 261 268 283 295 300 308 324 324 308
211 int_nosucc_lookup 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 138 238 369 558 962 223 1328 211 281 2668 237 241 4567 243 259 278 290 301 298 296 305 300 314 329 345 357 357 383 373 381 366
212 int_delete 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 67 79 118 198 221 291 273 218 300 343 220 244 355 225 254 283 299 385 386 344 351 334 356 374 445 511 443 559 515 481 453
213 int_insert 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 91 90 124 171 197 209 235 243 266 274 282 287 303 291 309 329 350 384 358 360 376 373 383 396 405 404 415 424 422 434 427
214 int_succ_lookup 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 39 46 91 125 150 153 165 173 181 185 186 186 199 192 208 213 223 330 229 232 237 250 252 274 287 289 303 301 305 336 313
215 int_nosucc_lookup 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 136 226 351 538 817 179 1262 206 212 2746 237 240 4568 245 265 282 294 292 292 295 302 299 309 330 334 344 349 359 357 373 367
216 int_delete 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 68 76 108 169 234 143 265 173 174 316 207 217 351 226 256 282 304 314 309 320 327 340 348 376 393 406 423 440 443 465 452
217 int_insert 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 91 90 124 171 199 208 239 246 260 276 280 289 295 290 313 330 350 355 351 358 373 370 397 393 402 408 418 430 423 438 486
218 int_succ_lookup 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 50 58 110 125 144 154 165 168 175 189 198 193 195 274 200 217 222 228 232 230 243 248 300 270 260 296 296 307 315 309 372
219 int_nosucc_lookup 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 137 224 356 537 799 178 1268 202 213 2736 237 238 4331 245 267 280 295 291 286 290 306 303 329 328 338 346 354 358 356 368 414
220 int_delete 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 66 76 116 172 218 143 269 166 181 317 204 218 353 225 317 284 326 304 299 315 333 336 434 391 424 414 427 441 447 460 653
221 int_insert 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 89 89 127 169 193 213 234 244 272 276 281 284 287 290 312 332 353 353 360 361 377 374 379 402 406 404 421 424 424 436 462
222 int_succ_lookup 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 42 43 91 122 147 150 170 169 182 183 264 190 274 198 186 211 318 228 229 238 244 247 256 268 277 284 328 309 308 308 332
223 int_nosucc_lookup 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 135 211 360 523 816 177 1263 200 214 2643 238 239 4379 246 259 283 292 294 288 290 303 301 314 338 339 343 380 364 355 371 401
224 int_delete 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 67 76 116 175 211 141 266 164 188 320 211 220 359 229 241 338 304 310 305 352 333 326 364 412 401 402 518 448 439 456 514
225 int_insert 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 86 88 125 166 199 214 245 247 259 276 283 283 292 289 306 339 348 355 354 360 375 372 388 396 450 408 425 422 435 449 424
226 int_succ_lookup 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 39 54 93 122 144 151 168 173 178 190 196 199 199 211 204 217 221 325 223 239 254 243 255 268 325 297 316 303 298 332 328
227 int_nosucc_lookup 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 135 232 363 533 811 181 1275 201 216 2626 237 238 4282 245 260 282 292 293 289 293 306 298 309 329 370 338 353 359 363 392 401
228 int_delete 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 66 77 113 178 216 181 270 173 191 320 211 219 347 231 252 329 311 314 308 358 370 326 346 380 466 411 430 443 464 554 541
229 int_insert 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 91 87 127 166 198 213 237 246 260 274 286 285 288 293 309 332 355 354 352 358 375 376 383 396 401 408 424 421 425 481 431
230 int_succ_lookup 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 48 53 117 124 146 155 168 166 178 174 188 193 192 194 198 214 226 249 221 230 245 250 249 274 356 292 301 303 301 341 309
231 int_nosucc_lookup 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 140 215 361 534 799 180 1269 204 218 2651 234 241 4310 249 264 273 293 293 289 292 304 303 311 324 357 342 360 356 358 394 370
232 int_delete 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 66 76 113 177 214 145 274 168 184 323 210 218 354 276 254 278 311 304 341 309 355 337 343 376 421 414 428 441 446 494 456
233 int_insert 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 103 86 124 170 198 211 238 246 262 277 284 285 293 295 307 325 350 406 357 362 376 373 384 397 403 406 425 426 419 437 425
234 int_succ_lookup 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 42 42 101 123 143 151 162 172 177 191 265 199 197 199 200 209 222 246 230 235 246 251 267 285 286 289 313 289 300 323 310
235 int_nosucc_lookup 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 135 217 406 566 811 181 1267 202 214 2764 231 239 4307 245 261 276 286 308 284 292 297 300 348 338 336 342 371 356 362 374 363
236 int_delete 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 67 75 110 174 220 143 265 162 189 320 212 219 356 224 247 279 302 368 308 310 350 329 435 452 391 410 509 436 442 516 456
237 int_insert 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 107 89 123 170 195 213 238 253 265 293 286 280 295 290 306 340 350 357 354 362 382 407 375 396 401 406 418 419 420 435 426
238 int_succ_lookup 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 43 46 91 131 146 150 165 185 188 196 198 192 204 193 197 218 219 229 225 233 244 256 256 277 275 313 300 283 432 313 316
239 int_nosucc_lookup 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 140 215 354 516 806 180 1270 213 218 2797 236 239 4107 244 263 279 288 294 288 291 302 311 308 334 337 342 360 358 356 372 366
240 int_delete 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 67 78 113 181 215 144 267 211 183 320 212 216 356 222 259 282 298 309 317 310 330 388 344 377 394 405 435 441 452 463 461
241 int_insert 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 98 93 129 169 198 214 235 248 259 276 284 283 295 291 311 333 347 362 360 357 374 371 382 455 403 407 417 425 421 432 421
242 int_succ_lookup 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 41 48 96 125 144 155 166 175 168 193 189 188 188 188 196 210 226 232 228 235 241 239 249 282 286 281 299 298 317 321 300
243 int_nosucc_lookup 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 136 221 368 551 811 182 1271 202 216 2730 236 238 4108 243 261 273 293 292 288 295 302 303 310 334 336 345 385 356 361 370 362
244 int_delete 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 66 75 109 180 216 146 271 167 184 322 214 214 353 223 252 275 302 315 310 318 324 325 342 537 475 408 414 439 447 459 460
245 int_insert 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 84 102 125 170 198 215 234 246 260 299 311 285 294 287 312 331 350 361 355 364 376 371 382 404 395 417 418 427 421 431 425
246 int_succ_lookup 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 39 77 90 126 141 153 166 174 179 195 286 184 197 194 200 215 220 245 223 232 247 240 358 286 272 298 292 318 309 311 324
247 int_nosucc_lookup 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 149 226 360 512 802 184 1266 204 217 2914 243 240 4129 243 263 279 288 309 294 292 304 302 307 387 337 348 352 370 358 370 372
248 int_delete 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 78 76 114 180 219 149 266 165 192 322 246 218 355 225 261 292 297 407 304 330 334 347 349 499 387 409 421 500 447 459 505
249 int_insert 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 189 91 126 173 198 216 232 245 261 273 283 280 291 291 307 332 354 354 359 362 377 372 381 398 398 409 415 424 425 440 425
250 int_succ_lookup 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 68 46 90 126 153 151 167 174 180 191 191 181 199 276 199 213 227 231 231 233 237 257 250 264 278 280 289 297 294 315 305
251 int_nosucc_lookup 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 148 220 387 551 796 178 1265 200 215 2792 235 241 4435 251 262 278 292 295 288 292 306 298 310 330 340 339 359 359 361 372 370
252 int_delete 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 65 76 111 190 215 147 268 169 184 324 211 213 354 241 253 278 305 318 313 317 331 324 347 379 396 404 426 439 436 454 456
253 int_insert 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 89 87 129 167 202 210 238 248 261 275 284 285 295 287 307 338 353 354 352 362 371 372 386 401 400 408 429 422 422 438 424
254 int_succ_lookup 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 47 54 93 123 147 151 164 175 181 184 191 190 197 191 209 220 224 225 225 232 242 248 247 275 274 289 303 297 296 288 314
255 int_nosucc_lookup 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 136 216 371 516 810 180 1310 206 226 2623 236 237 4408 242 264 283 290 293 280 295 300 303 313 327 334 340 378 372 369 374 370
256 int_delete 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 67 77 114 179 217 145 270 185 239 324 213 213 369 218 254 336 299 306 300 314 329 331 353 381 378 411 486 505 477 460 455
257 int_insert 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 83 92 133 170 204 212 262 248 258 277 283 288 292 290 308 327 351 362 356 358 373 370 379 400 403 446 415 420 425 437 421
258 int_succ_lookup 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 37 49 90 125 143 150 213 171 179 187 187 199 196 194 201 218 221 231 225 233 227 238 256 270 282 417 273 305 318 313 299
259 int_nosucc_lookup 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 135 227 360 530 799 178 1414 205 212 2625 235 247 4533 245 266 281 289 292 288 290 307 299 316 329 334 345 362 356 357 373 365
260 int_delete 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 65 76 114 176 218 146 268 173 191 320 207 292 350 225 258 280 296 313 303 326 328 326 385 373 396 453 462 435 442 456 453
261 int_insert 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 90 89 132 172 199 215 238 247 265 274 288 286 304 295 310 330 355 353 374 360 381 372 384 398 403 408 415 425 422 520 432
262 int_succ_lookup 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 40 45 96 123 146 144 172 170 177 185 189 189 190 195 204 212 227 215 242 227 243 229 253 269 281 287 283 307 309 365 329
263 int_nosucc_lookup 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 136 222 357 528 852 177 1261 205 217 2664 234 238 4433 242 262 279 296 295 294 290 306 306 306 325 334 343 354 354 356 401 379
264 int_delete 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 65 76 116 177 213 160 267 171 185 325 213 213 360 225 265 283 317 311 365 313 330 331 347 369 393 423 422 438 441 616 513
265 int_insert 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 102 87 128 168 199 215 246 252 262 279 285 282 294 307 308 336 350 354 357 362 374 369 382 395 403 411 418 422 424 433 426
266 int_succ_lookup 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 42 43 92 122 142 154 183 173 176 196 180 192 190 200 195 208 229 324 222 336 241 246 250 269 279 294 298 424 308 324 308
267 int_nosucc_lookup 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 136 212 367 522 804 176 1393 205 216 2876 241 238 4188 247 262 280 293 293 289 293 300 301 309 332 335 341 354 361 357 371 364
268 int_delete 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 66 80 113 177 217 142 280 170 187 330 215 219 353 267 243 281 302 305 308 326 332 326 344 367 396 412 433 444 441 474 458
269 int_insert 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 91 92 131 178 196 213 236 255 260 275 287 286 297 294 310 342 353 362 354 393 371 371 386 406 409 414 443 425 424 440 427
270 int_succ_lookup 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 40 50 95 129 142 158 166 170 182 183 188 188 202 196 199 216 350 227 226 247 248 248 253 280 262 282 287 305 296 348 313
271 int_nosucc_lookup 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 140 226 363 536 799 176 1260 209 221 2624 235 238 4152 255 262 277 323 295 288 298 303 302 309 327 336 350 378 350 358 385 368
272 int_delete 'std::unordered_map<std::__cxx11::basic_string<char> std::__cxx11::basic_string<char> >' 66 77 115 182 218 144 264 191 205 327 214 212 355 301 254 284 408 314 301 387 329 327 342 368 397 485 496 428 533 510 459
273

View File

@ -5,7 +5,7 @@
std::string gen_string() { // 90^size posibilities
std::string randomstring;
for (int i = 0; i < 5; ++i) {
randomstring += gen_char(generator);
randomstring += singlechar(generator);
}
return randomstring;
}
@ -13,16 +13,15 @@ std::string gen_string() { // 90^size posibilities
std::string gen_unsuccesfull_string() { // 90^size posibilities
std::string randomstring;
for (int i = 0; i < 4; ++i) {
randomstring += gen_char(generator);
randomstring += singlechar(generator);//
}
return randomstring;
}
int gen_int(){
return gen_insert_int(generator);
return insert_int(generator);
}
int gen_unsuccesfull_int(){
return gen_noninsert_int(generator);
}
return noninsert_int(generator);
}

View File

@ -4,17 +4,15 @@
#include "./tests.h"
#include <ostream>
#include <iostream>
#include <thread>
std::vector<int> sizes = {
vector<int> sizes = {
50000, 100000, 150000, 200000, 250000, 300000, 350000, 400000, 500000,
600000, 700000, 800000, 900000, 1000000,
2000000, 3000000, 4000000, 5000000, 6000000, 7000000, 8000000, 9000000, 10000000,
15000000, 20000000, 25000000, 30000000, 35000000,
40000000, 45000000, 50000000
15000000, 20000000, 25000000, 30000000, 35000000, 40000000, 45000000, 50000000
};
// to print type info
template <typename T>
@ -47,113 +45,63 @@ std::basic_string_view<char> name(T var){
template<class T>
int int_test(T map, int repeats=30){
std::cout << "\t\t" << name(map) << "int tests \n";
void int_test_aggregate(T map, int runs){
std::ofstream output{"results.csv", std::ios_base::app};
// insert int tests
for (int i = 0; i < repeats; ++i){
std::string resultline = "insert_int, '" + std::string{name(map)} + "', ";
for (auto size: sizes){
float result = insert_int_test(size, T{}).count();
resultline += std::to_string(result);
resultline += ", ";
}
output << resultline << "\n";
}
std::cout << "insert int test done\n";
for (int i = 0; i < runs; ++i){
string insert = "\nint_insert, '";
string succ_lookup = "\nint_succ_lookup, '";
string nosucc_lookup = "\nint_nosucc_lookup, '";
string delet = "\nint_delete, '";
// lookup int
for (int i = 0; i < repeats; ++i){
std::string resultline = "lookup_int, '" + std::string{name(map)} + "', ";
for (auto size: sizes){
float result = lookup_int_test(size, T{}).count();
resultline += std::to_string(result);
resultline += ", ";
insert += string{name(map)} + "'";
succ_lookup += string{name(map)} + "'" ;
nosucc_lookup += string{name(map)} +"'" ;
delet += string{name(map)} + "'" ;
for ( auto size : sizes){
vector<int> results = int_test(map, size);
insert += ", " + std::to_string(results[0]);
succ_lookup += ", " + std::to_string(results[1]);
nosucc_lookup +=", " + std::to_string(results[2]);
delet += ", " + std::to_string(results[3]);
}
output << resultline << "\n";
output << insert << succ_lookup << nosucc_lookup << delet;
cout << insert << succ_lookup << nosucc_lookup << delet;
}
std::cout << "lookup int test done\n";
// unsuccesful lookup
for (int i = 0; i < repeats; ++i){
std::string resultline = "nolookup_int, '" + std::string{name(map)} + "', ";
for (auto size: sizes){
float result = nolookup_int_test(size, T{}).count();
resultline += std::to_string(result);
resultline += ", ";
}
output << resultline << "\n";
}
std::cout << "unsuccesful lookup int test done\n";
// deletion
for (int i = 0; i < repeats; ++i){
std::string resultline = "delete_int, '" + std::string{name(map)} + "', ";
for (auto size: sizes){
float result = delete_int_test(size, T{}).count();
resultline += std::to_string(result);
resultline += ", ";
}
output << resultline << "\n";
}
std::cout << "deletion int test done\n";
return 0;
}
template<class T>
int string_test(T map, int repeats=30){
std::cout <<"\t\t" << name(map) << " stringtest \n";
void string_test_aggregate(T map, int runs){
std::ofstream output{"results.csv", std::ios_base::app};
// insert int tests
for (int i = 0; i < repeats; ++i){
std::string resultline = "insert_string, '" + std::string{name(map)} + "', ";
for (auto size: sizes){
float result = insert_string_test(size, T{}).count();
resultline += std::to_string(result);
resultline += ", ";
}
output << resultline << "\n";
}
std::cout << "insert string test done\n";
for (int i = 0; i < runs; ++i){
string insert = "\nint_insert, '";
string succ_lookup = "\nint_succ_lookup, '";
string nosucc_lookup = "\nint_nosucc_lookup, '";
string delet = "\nint_delete, '";
// lookup int
for (int i = 0; i < repeats; ++i){
std::string resultline = "lookup_string, '" + std::string{name(map)} + "', ";
for (auto size: sizes){
float result = lookup_string_test(size, T{}).count();
resultline += std::to_string(result);
resultline += ", ";
insert += string{name(map)} + "'";
succ_lookup += string{name(map)} + "'" ;
nosucc_lookup += string{name(map)} +"'" ;
delet += string{name(map)} + "'" ;
for ( auto size : sizes){
vector<int> results = string_test(map, size);
insert += ", " + std::to_string(results[0]);
succ_lookup += ", " + std::to_string(results[1]);
nosucc_lookup +=", " + std::to_string(results[2]);
delet += ", " + std::to_string(results[3]);
}
output << resultline << "\n";
output << insert << succ_lookup << nosucc_lookup << delet;
cout << insert << succ_lookup << nosucc_lookup << delet;
}
std::cout << "lookup string test done\n";
// unsuccesful lookup
for (int i = 0; i < repeats; ++i){
std::string resultline = "nolookup_string, '" + std::string{name(map)} + "', ";
for (auto size: sizes){
float result = nolookup_string_test(size, T{}).count();
resultline += std::to_string(result);
resultline += ", ";
}
output << resultline << "\n";
}
std::cout << "unsuccesful lookup string test done\n";
// deletion
for (int i = 0; i < repeats; ++i){
std::string resultline = "delete_string, '" + std::string{name(map)} + "', ";
for (auto size: sizes){
float result = delete_string_test(size, T{}).count();
resultline += std::to_string(result);
resultline += ", ";
}
output << resultline << "\n";
}
std::cout << "deletion string test done\n";
return 0;
}
#endif

View File

@ -8,9 +8,9 @@
#include <random>
#include <string>
static std::mt19937 generator(INT32_MAX - 2020);
static std::uniform_int_distribution<int> gen_insert_int(1, INT32_MAX * 0.875);
static std::uniform_int_distribution<int> gen_noninsert_int(INT32_MAX * 0.875, INT32_MAX);
static std::uniform_int_distribution<int> gen_char(33, 123);
static std::uniform_int_distribution<int> insert_int(1, INT32_MAX * 0.875);
static std::uniform_int_distribution<int> noninsert_int(INT32_MAX * 0.875, INT32_MAX);
static std::uniform_int_distribution<int> singlechar(33, 123);
int gen_int();

View File

@ -7,311 +7,203 @@
#include <iterator>
#include <chrono>
// maps
// #include <sparsehash/sparse_hash_map>
// own
#include "./generator.h"
using namespace std::chrono;
using std::vector;
using std::string;
using std::cout;
// since my testing is based on this function, this one doesn't need no prep
void prepare(std::unordered_map<int, int>& map,int size){
map.reserve(size);
return;
}
void prepare(std::unordered_map<string, string>& map,int size){
map.reserve(size);
return;
}
// void prepare(google::sparse_hash_map<int, int>& map, int size){
// map.set_deleted_key(0);
// return;
// }
// writing out type info
// https://stackoverflow.com/questions/81870/is-it-possible-to-print-a-variables-type-in-standard-c/56766138#56766138
template <class T>
nanoseconds insert_int_test(int size, T testmap){
// init hashmap, insert size - 10k items
testmap.reserve(size);
for (int i = 0; i < size - 10000; ++i){
int a = gen_int();
testmap.insert({a,a});
}
// generate 10k keys
std::vector<int> keys(10000);
std::generate(keys.begin(), keys.end(), gen_int);
// benchmark vector access time
time_point<steady_clock> start_v_access = steady_clock::now();
for (auto i : keys){
if (i == -1) { // it'll never be, this is just anti optimisation
std::cout << "Something is very wrong!";
}
vector<int> int_test(T testmap, int size){
vector<int> results; // insert, lookup, unsuccesful lookup, delete times
vector<int> sample_keys; // get a sample of keys to lookup and later delete
}
time_point<steady_clock> end_v_access = steady_clock::now();
auto vector_time = duration_cast<nanoseconds>(end_v_access - start_v_access);
// unsuccesful lookup keys
vector<int> nonkeys(10000);
std::generate(nonkeys.begin(), nonkeys.end(), gen_unsuccesfull_int);
// measure insert time
time_point<steady_clock> start_insert_test = steady_clock::now();
for (auto i : keys){
// keys for insert test
vector<int> insert_keys(10000);
std::generate(insert_keys.begin(), insert_keys.end(), gen_int);
// T testmap {};
prepare(testmap, size); // do special actions, such as setting the tombstone marker for other, more exotic hashmaps
{ // seperate scope, so all_keys gets destroyed. for good measure, empty it too
vector<int> all_keys(size - 10000);
std::generate(all_keys.begin(), all_keys.end(), gen_int);
std::sample(all_keys.begin(), all_keys.end(), std::back_inserter(sample_keys), 10000, generator);
for (auto i : all_keys){
testmap.insert({i,i});
}
time_point<steady_clock> end_insert_test = steady_clock::now();
all_keys.clear();
}
// testing vector access times to subtract later
time_point<steady_clock> vector_start = steady_clock::now();
for (auto i : sample_keys){
if (i == -1 ) cout << "WTF"; // should never run, is here so loop doesnt get optimized away
}
time_point<steady_clock> vector_end = steady_clock::now();
auto vector_acces_time = duration_cast<nanoseconds>(vector_end - vector_start);
// insertion test
time_point<steady_clock> insert_start = steady_clock::now();
for (auto key : insert_keys){
testmap.insert({key,key});
}
time_point<steady_clock> insert_end = steady_clock::now();
auto insert_time = (duration_cast<nanoseconds>(insert_end - insert_start) - vector_acces_time) / 10000 ;
results.push_back(insert_time.count());
// remove some memory
insert_keys.clear();
// lookup test
time_point<steady_clock> lookup_start = steady_clock::now();
for (auto key : sample_keys){
if (testmap[key] == 0) cout << "WTF";
}
time_point<steady_clock> lookup_end = steady_clock::now();
auto lookup_time = (duration_cast<nanoseconds>(lookup_end - lookup_start) - vector_acces_time)/10000;
results.push_back(lookup_time.count());
// unsuccesful lookup test
time_point<steady_clock> unlookup_start = steady_clock::now();
for (auto key : nonkeys){
if (testmap[key] == -1) cout << "WTF";
}
time_point<steady_clock> unlookup_end = steady_clock::now();
auto unlookup_time = (duration_cast<nanoseconds>(unlookup_end - unlookup_start) - vector_acces_time) / 10000 ;
results.push_back(unlookup_time.count());
//free some memoru
nonkeys.clear();
// delete test
time_point<steady_clock> delete_start = steady_clock::now();
for (auto key : sample_keys){
testmap.erase(key);
}
time_point<steady_clock> delete_end = steady_clock::now();
auto delete_time = (duration_cast<nanoseconds>(delete_end - delete_start) - vector_acces_time) / 10000;
results.push_back(delete_time.count());
testmap.clear();
// time per insert
auto duration = duration_cast<nanoseconds>(end_insert_test - start_insert_test) - vector_time ;
return duration / 10000;
return results;
}
template <class T>
nanoseconds insert_string_test(int size, T testmap){
// init hashmap, insert size - 10k items
testmap.reserve(size);
for (int i = 0; i < size - 10000; ++i){
std::string temp = gen_string();
testmap.insert({temp,temp});
}
// generate 10k keys
std::vector<std::string> keys(10000);
std::generate(keys.begin(), keys.end(), gen_string);
// benchmark vector access time
time_point<steady_clock> start_v_access = steady_clock::now();
for (auto i : keys){
if (i == "a") { // it'll never be, this is just anti optimisation
std::cout << "Something is very wrong!";
}
vector<int> string_test(T map, int size){
vector<int> results; // insert, lookup, unsuccesful lookup, delete times
vector<string> sample_keys; // get a sample of keys to lookup and later delete
}
time_point<steady_clock> end_v_access = steady_clock::now();
auto vector_time = duration_cast<nanoseconds>(end_v_access - start_v_access);
// unsuccesful lookup keys
vector<string> nonkeys(10000);
std::generate(nonkeys.begin(), nonkeys.end(), gen_unsuccesfull_string);
// measure insert time
time_point<steady_clock> start_insert_test = steady_clock::now();
for (auto i : keys){
// keys for insert test
vector<string> insert_keys(10000);
std::generate(insert_keys.begin(), insert_keys.end(), gen_string);
T testmap {};
prepare(testmap, size); // do special actions, such as setting the tombstone marker for other, more exotic hashmaps
{ // seperate scope, so all_keys gets destroyed. for good measure, empty it too
vector<string> all_keys(size - 10000);
std::generate(all_keys.begin(), all_keys.end(), gen_string);
std::sample(all_keys.begin(), all_keys.end(), std::back_inserter(sample_keys), 10000, generator);
for (auto i : all_keys){
testmap.insert({i,i});
}
time_point<steady_clock> end_insert_test = steady_clock::now();
testmap.clear();
// time per insert
auto duration = duration_cast<nanoseconds>(end_insert_test - start_insert_test) - vector_time ;
return duration / 10000;
all_keys.clear();
}
}
template<class T>
nanoseconds lookup_int_test(int size, T testmap){
// reserve, get random 10k keys that are inserted, insert keys
testmap.reserve(size);
std::vector<int> sample_inserted;
sample_inserted.reserve(10000);
// testing vector access times to subtract later
time_point<steady_clock> vector_start = steady_clock::now();
for (auto i : sample_keys){
if (i == "" ) cout << "WTF"; // should never run, is here so loop doesnt get optimized away
}
time_point<steady_clock> vector_end = steady_clock::now();
auto vector_acces_time = duration_cast<nanoseconds>(vector_end - vector_start);
// insertion test
time_point<steady_clock> insert_start = steady_clock::now();
for (auto key : insert_keys){
testmap.insert({key,key});
}
time_point<steady_clock> insert_end = steady_clock::now();
auto insert_time = (duration_cast<nanoseconds>(insert_end - insert_start) - vector_acces_time) / 10000 ;
results.push_back(insert_time.count());
// remove some memory
insert_keys.clear();
// lookup test
time_point<steady_clock> lookup_start = steady_clock::now();
for (auto key : sample_keys){
if (testmap[key] == "") cout << "WTF";
}
time_point<steady_clock> lookup_end = steady_clock::now();
auto lookup_time = (duration_cast<nanoseconds>(lookup_end - lookup_start) - vector_acces_time)/10000;
results.push_back(lookup_time.count());
// unsuccesful lookup test
time_point<steady_clock> unlookup_start = steady_clock::now();
for (auto key : nonkeys){
if (testmap[key] == "a") cout << "WTF";
}
time_point<steady_clock> unlookup_end = steady_clock::now();
auto unlookup_time = (duration_cast<nanoseconds>(unlookup_end - unlookup_start) - vector_acces_time) / 10000 ;
results.push_back(unlookup_time.count());
//free some memoru
nonkeys.clear();
// delete test
time_point<steady_clock> delete_start = steady_clock::now();
for (auto key : sample_keys){
testmap.erase(key);
}
{
std::vector<int> keys(size);
std::generate(keys.begin(), keys.end(), gen_int);
std::sample(keys.begin(), keys.end(), std::back_inserter(sample_inserted) , 10000, generator);
for (auto i : keys){
testmap.insert({i, i});
}
}
// benchmark vector access time
time_point<steady_clock> start_v_access = steady_clock::now();
for (auto i : sample_inserted){
if (i == -1) { // it'll never be, this is just anti optimisation
std::cout << "Something is very wrong!";
}
}
time_point<steady_clock> end_v_access = steady_clock::now();
auto vector_time = duration_cast<nanoseconds>(end_v_access - start_v_access);
// benchmark access time of hashmap
time_point<steady_clock> start_benchmark = steady_clock::now();
for (auto i : sample_inserted){
if (testmap[i] == -1){
std::cout << "SOMETHUNG IS WRONG!";
}
}
time_point<steady_clock> delete_end = steady_clock::now();
auto delete_time = (duration_cast<nanoseconds>(delete_end - delete_start) - vector_acces_time) / 10000;
results.push_back(delete_time.count());
testmap.clear();
time_point<steady_clock> end_benchmark = steady_clock::now();
auto duration = duration_cast<nanoseconds>(end_benchmark - start_benchmark) - vector_time;
return duration / 10000;
return results;
}
template<class T>
nanoseconds lookup_string_test(int size, T testmap){
// reserve, get random 10k keys that are inserted, insert keys
testmap.reserve(size);
std::vector<std::string> sample_inserted(1000);
// sample_inserted.reserve(10000);
{
std::vector<std::string> keys(size);
std::generate(keys.begin(), keys.end(), gen_string);
std::sample(keys.begin(), keys.end(), std::back_inserter(sample_inserted) , 10000, generator);
for (auto i : keys){
testmap.insert({i, i});
}
}
// benchmark vector access time
time_point<steady_clock> start_v_access = steady_clock::now();
for (auto i : sample_inserted){
if (i == "a") { // it'll never be, this is just anti optimisation
std::cout << "Something is very wrong!";
}
}
time_point<steady_clock> end_v_access = steady_clock::now();
auto vector_time = duration_cast<nanoseconds>(end_v_access - start_v_access);
// benchmark access time of hashmap
time_point<steady_clock> start_benchmark = steady_clock::now();
for (auto i : sample_inserted){
if (testmap[i] == "a"){
std::cout << "SOMETHUNG IS WRONG!";
}
}
testmap.clear();
time_point<steady_clock> end_benchmark = steady_clock::now();
auto duration = duration_cast<nanoseconds>(end_benchmark - start_benchmark) - vector_time;
return duration / 10000;
}
template<class T>
nanoseconds nolookup_int_test(int size, T testmap){
// reserve, get random 10k keys that are inserted, insert keys
testmap.reserve(size);
std::vector<int>lookup_keys(10000);
std::generate(lookup_keys.begin(), lookup_keys.end(), gen_unsuccesfull_int);
for (int i = 0; i < size; ++i){
int temp = gen_int();
testmap.insert({temp, temp});
}
// benchmark vector access time
time_point<steady_clock> start_v_access = steady_clock::now();
for (auto i : lookup_keys){
if (i == -1) { // it'll never be, this is just anti optimisation
std::cout << "Something is very wrong!";
}
}
time_point<steady_clock> end_v_access = steady_clock::now();
auto vector_time = duration_cast<nanoseconds>(end_v_access - start_v_access);
// benchmark access time of hashmap
time_point<steady_clock> start_benchmark = steady_clock::now();
for (auto i : lookup_keys){
if (testmap[i] == -1){
std::cout << "SOMETHUNG IS WRONG!";
}
}
testmap.clear();
time_point<steady_clock> end_benchmark = steady_clock::now();
auto duration = duration_cast<nanoseconds>(end_benchmark - start_benchmark) - vector_time;
return duration / 10000;
}
template<class T>
nanoseconds nolookup_string_test(int size, T testmap){
// reserve, get random 10k keys that are inserted, insert keys
testmap.reserve(size);
std::vector<std::string>lookup_keys(10000);
std::generate(lookup_keys.begin(), lookup_keys.end(), gen_unsuccesfull_string);
for (int i = 0; i < size; ++i){
std::string temp = gen_string();
testmap.insert({temp, temp});
}
// benchmark vector access time
time_point<steady_clock> start_v_access = steady_clock::now();
for (auto i : lookup_keys){
if (i == "a") { // it'll never be, this is just anti optimisation
std::cout << "Something is very wrong!";
}
}
time_point<steady_clock> end_v_access = steady_clock::now();
auto vector_time = duration_cast<nanoseconds>(end_v_access - start_v_access);
// benchmark access time of hashmap
time_point<steady_clock> start_benchmark = steady_clock::now();
for (auto i : lookup_keys){
if (testmap[i] == "a"){
std::cout << "SOMETHUNG IS WRONG!";
}
}
testmap.clear();
time_point<steady_clock> end_benchmark = steady_clock::now();
auto duration = duration_cast<nanoseconds>(end_benchmark - start_benchmark) - vector_time;
return duration / 10000;
}
template<class T>
nanoseconds delete_int_test(int size, T testmap){
// reserve, get random 10k keys that are inserted, insert keys
testmap.reserve(size);
std::vector<int> sample_inserted;
sample_inserted.reserve(10000);
{
std::vector<int> keys(size);
std::generate(keys.begin(), keys.end(), gen_int);
std::sample(keys.begin(), keys.end(), std::back_inserter(sample_inserted) , 10000, generator);
for (auto i : keys){
testmap.insert({i, i});
}
}
// benchmark vector access time
time_point<steady_clock> start_v_access = steady_clock::now();
for (auto i : sample_inserted){
if (i == -1) { // it'll never be, this is just anti optimisation
std::cout << "Something is very wrong!";
}
}
time_point<steady_clock> end_v_access = steady_clock::now();
auto vector_time = duration_cast<nanoseconds>(end_v_access - start_v_access);
// benchmark access time of hashmap
time_point<steady_clock> start_benchmark = steady_clock::now();
for (auto i : sample_inserted){
testmap.erase(i);
}
testmap.clear();
time_point<steady_clock> end_benchmark = steady_clock::now();
auto duration = duration_cast<nanoseconds>(end_benchmark - start_benchmark) - vector_time;
return duration / 10000;
}
template<class T>
nanoseconds delete_string_test(int size, T testmap){
// reserve, get random 10k keys that are inserted, insert keys
testmap.reserve(size);
std::vector<std::string> sample_inserted;
sample_inserted.reserve(10000);
{
std::vector<std::string> keys(size);
std::generate(keys.begin(), keys.end(), gen_string);
std::sample(keys.begin(), keys.end(), std::back_inserter(sample_inserted) , 10000, generator);
for (auto i : keys){
testmap.insert({i, i});
}
}
// benchmark vector access time
time_point<steady_clock> start_v_access = steady_clock::now();
for (auto i : sample_inserted){
if (i == "a") { // it'll never be, this is just anti optimisation
std::cout << "Something is very wrong!";
}
}
time_point<steady_clock> end_v_access = steady_clock::now();
auto vector_time = duration_cast<nanoseconds>(end_v_access - start_v_access);
// benchmark access time of hashmap
time_point<steady_clock> start_benchmark = steady_clock::now();
for (auto i : sample_inserted){
testmap.erase(i);
}
testmap.clear();
time_point<steady_clock> end_benchmark = steady_clock::now();
auto duration = duration_cast<nanoseconds>(end_benchmark - start_benchmark) - vector_time;
return duration / 10000;
}
#endif /* TESTS_H */