Skip to content

Fix output order#3

Open
jonnyawsom3 wants to merge 1 commit intocbielow:mainfrom
jonnyawsom3:patch-1
Open

Fix output order#3
jonnyawsom3 wants to merge 1 commit intocbielow:mainfrom
jonnyawsom3:patch-1

Conversation

@jonnyawsom3
Copy link

Kernel time and User time were accidentally swapped

wintime/WinTime/Time.h

Lines 52 to 54 in 50adb9d

double t_kernel;
double t_user;
double t_wall;

wintime/WinTime/Time.cpp

Lines 136 to 138 in 50adb9d

toSeconds(lpUserTime),
toSeconds(lpKernelTime),
toSeconds(lpCreationTime, lpExitTime) };

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant