mati865

Untitled

Sep 2nd, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.70 KB | None | 0 0
  1. mati865@DESKTOP-0J8VPHJ MINGW64 /d/projekty/git/MCF/Projects/Test
  2. $ gcc perf_test.c -std=c11 -O3 -Wall -Wextra -pedantic -Werror
  3.  
  4. mati865@DESKTOP-0J8VPHJ MINGW64 /d/projekty/git/MCF/Projects/Test
  5. $ ./a
  6. Testing: NTDLL.DLL.wcscmp: Delta time = 2711.748279 ms
  7. Testing: MSVCRT.DLL.wcscmp: Delta time = 2714.522614 ms
  8. Testing: MSVCR90.DLL.wcscmp: Failed to open DLL 'MSVCR90.DLL': Error 126
  9. Testing: MSVCR100.DLL.wcscmp: Delta time = 2712.718384 ms
  10. Testing: MSVCR110.DLL.wcscmp: Delta time = 2735.360531 ms
  11. Testing: MSVCR120.DLL.wcscmp: Delta time = 2730.921263 ms
  12. Testing: UCRTBASE.DLL.wcscmp: Delta time = 2740.599099 ms
  13. Testing: MCFCRT-9.DLL.wcscmp: Delta time = 2122.311482 ms
  14.  
  15. mati865@DESKTOP-0J8VPHJ MINGW64 /d/projekty/git/MCF/Projects/Test
  16. $ ./a
  17. Testing: NTDLL.DLL.wcscmp: Delta time = 2725.658096 ms
  18. Testing: MSVCRT.DLL.wcscmp: Delta time = 2855.785144 ms
  19. Testing: MSVCR90.DLL.wcscmp: Failed to open DLL 'MSVCR90.DLL': Error 126
  20. Testing: MSVCR100.DLL.wcscmp: Delta time = 2694.074398 ms
  21. Testing: MSVCR110.DLL.wcscmp: Delta time = 2701.804562 ms
  22. Testing: MSVCR120.DLL.wcscmp: Delta time = 2698.977714 ms
  23. Testing: UCRTBASE.DLL.wcscmp: Delta time = 2697.260268 ms
  24. Testing: MCFCRT-9.DLL.wcscmp: Delta time = 2134.130183 ms
  25.  
  26. mati865@DESKTOP-0J8VPHJ MINGW64 /d/projekty/git/MCF/Projects/Test
  27. $ source shell mingw32
  28.  
  29. mati865@DESKTOP-0J8VPHJ MINGW32 /d/projekty/git/MCF/Projects/Test
  30. $ gcc perf_test.c -std=c11 -O3 -Wall -Wextra -pedantic -Werror
  31.  
  32. mati865@DESKTOP-0J8VPHJ MINGW32 /d/projekty/git/MCF/Projects/Test
  33. $ ./a
  34. Testing: NTDLL.DLL.wcscmp: Delta time = 2690.559908 ms
  35. Testing: MSVCRT.DLL.wcscmp: Delta time = 2694.627164 ms
  36. Testing: MSVCR90.DLL.wcscmp: Failed to open DLL 'MSVCR90.DLL': Error 126
  37. Testing: MSVCR100.DLL.wcscmp: Delta time = 2692.147177 ms
  38. Testing: MSVCR110.DLL.wcscmp: Delta time = 2691.301997 ms
  39. Testing: MSVCR120.DLL.wcscmp: Delta time = 2695.383073 ms
  40. Testing: UCRTBASE.DLL.wcscmp: Delta time = 2694.068870 ms
  41. Testing: MCFCRT-9.DLL.wcscmp: Delta time = 2132.353039 ms
  42.  
  43. mati865@DESKTOP-0J8VPHJ MINGW32 /d/projekty/git/MCF/Projects/Test
  44. $ ./a
  45. Testing: NTDLL.DLL.wcscmp: Delta time = 2690.087017 ms
  46. Testing: MSVCRT.DLL.wcscmp: Delta time = 2686.942880 ms
  47. Testing: MSVCR90.DLL.wcscmp: Failed to open DLL 'MSVCR90.DLL': Error 126
  48. Testing: MSVCR100.DLL.wcscmp: Delta time = 2698.191403 ms
  49. Testing: MSVCR110.DLL.wcscmp: Delta time = 2690.421993 ms
  50. Testing: MSVCR120.DLL.wcscmp: Delta time = 2691.391269 ms
  51. Testing: UCRTBASE.DLL.wcscmp: Delta time = 2691.032524 ms
  52. Testing: MCFCRT-9.DLL.wcscmp: Delta time = 2150.870718 ms
Advertisement
Add Comment
Please, Sign In to add comment