-
Notifications
You must be signed in to change notification settings - Fork 7.5k
"Total elapsed time" can not be right #16850
Copy link
Copy link
Closed
microsoft/vcpkg-tool
#170Labels
category:vcpkg-bugThe issue is with the vcpkg system (including helper scripts in `scripts/cmake/`)The issue is with the vcpkg system (including helper scripts in `scripts/cmake/`)requires:tool-releaseAn issue that has been fixed in the microsoft/vcpkg-tool repo and is waiting for a release thereofAn issue that has been fixed in the microsoft/vcpkg-tool repo and is waiting for a release thereof
Metadata
Metadata
Assignees
Labels
category:vcpkg-bugThe issue is with the vcpkg system (including helper scripts in `scripts/cmake/`)The issue is with the vcpkg system (including helper scripts in `scripts/cmake/`)requires:tool-releaseAn issue that has been fixed in the microsoft/vcpkg-tool repo and is waiting for a release thereofAn issue that has been fixed in the microsoft/vcpkg-tool repo and is waiting for a release thereof
Describe the bug
When I run
./vcpkg install --triplet=x64-osx, theTotal elapsed timeis 2.25 us. But the time is definitely longer than a second. When I run withtime:Environment
Expected behavior
The
Total elapsed timeshould display the real total elapsed time, not some "random" very short subtimeAlternative Solutions
Rename
Total elapsed timetoTime to install packages(I don't know what this time should indicate).But a real
Total elapsed timewould be helpful