mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-14 17:41:33 +03:00
Revert "TMP: adds ivory-pill boot-timing printfs"
This reverts commit e7df5cedc1ff24b8cf9f07484278a9fc9d647ff4.
This commit is contained in:
parent
0709edb84a
commit
2bd4602143
@ -774,17 +774,8 @@ u3_king_commence()
|
||||
|
||||
// boot the ivory pill
|
||||
//
|
||||
{
|
||||
struct timeval b4, f2, d0;
|
||||
gettimeofday(&b4, 0);
|
||||
|
||||
_king_boot_ivory();
|
||||
|
||||
gettimeofday(&f2, 0);
|
||||
timersub(&f2, &b4, &d0);
|
||||
fprintf(stderr, "lite: boot %lu ms\r\n", (d0.tv_sec * 1000) + (d0.tv_usec / 1000));
|
||||
}
|
||||
|
||||
// disable core dumps (due to lmdb size)
|
||||
//
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user