]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[profile] Add generic profiling infrastructure
authorMichael Brown <mcb30@ipxe.org>
Wed, 23 Apr 2014 16:43:18 +0000 (17:43 +0100)
committerMichael Brown <mcb30@ipxe.org>
Sun, 27 Apr 2014 22:14:43 +0000 (23:14 +0100)
commite5f6a9be384f6adc2b50ffdb8781e81327b790aa
tree42efc59b490b68891abd81a5cc11ac938c3848c2
parentd36e814b8aad0dc15386180245efb3f5cb8b8386
[profile] Add generic profiling infrastructure

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/arch/i386/include/bits/profile.h [new file with mode: 0644]
src/arch/x86_64/include/bits/profile.h [new file with mode: 0644]
src/core/profile.c [new file with mode: 0644]
src/include/ipxe/profile.h
src/tests/cbc_test.c
src/tests/digest_test.c
src/tests/memcpy_test.c
src/tests/profile_test.c [new file with mode: 0644]
src/tests/tcpip_test.c
src/tests/tests.c