Skip to content

Instantly share code, notes, and snippets.

View nforay's full-sized avatar
▶️
Booting up ...

Nicolas Foray nforay

▶️
Booting up ...
View GitHub Profile
@nforay
nforay / gprof.out
Created October 15, 2020 11:03
Cub3D gprof output
Flat profile:
Each sample counts as 0.01 seconds.
% cumulative self self total
time seconds seconds calls us/call us/call name
20.00 0.02 0.02 430516 0.05 0.05 my_mlx_pixel_put
20.00 0.04 0.02 mlx_int_parse_xpm
20.00 0.06 0.02 mlx_int_str_str
20.00 0.08 0.02 mlx_int_str_str_cote
10.00 0.09 0.01 5192 1.93 1.93 char_in_str
@nforay
nforay / trace.txt
Created March 10, 2020 10:49
42_printf_unit_tests results for ft_printf
============= TRACE ==============
conv_c
----------------------------------
test: "%c|%-c|%12c|%-12c", 0, 0, 0, 0
> expected: ||, ret = 29
> actual: ||, ret = 29
⟹ [OK]
----------------------------------