Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use : for time and showtime msg formatting #43255

Merged
merged 5 commits into from
Dec 3, 2021

Conversation

IanButterworth
Copy link
Member

@IanButterworth IanButterworth commented Nov 29, 2021

As suggested in #42431 (comment)

Changes -> to : and removes the left-padding on the time report when a description is provided

julia> @showtime sleep(1)
sleep(1): 1.002159 seconds (286 allocations: 15.273 KiB)

julia> @time "description" sleep(1)
description: 1.002132 seconds (5 allocations: 144 bytes)

julia> @time sleep(1)
  1.001287 seconds (5 allocations: 144 bytes)

base/timing.jl Outdated Show resolved Hide resolved
Co-authored-by: Fredrik Ekre <[email protected]>
base/timing.jl Outdated Show resolved Hide resolved
base/timing.jl Outdated Show resolved Hide resolved
@IanButterworth
Copy link
Member Author

FreeBSD error is HTTPBingo flakiness

@IanButterworth IanButterworth merged commit 03b16ab into JuliaLang:master Dec 3, 2021
@IanButterworth IanButterworth deleted the ib/time_msg_format branch December 3, 2021 17:36
LilithHafner pushed a commit to LilithHafner/julia that referenced this pull request Feb 22, 2022
LilithHafner pushed a commit to LilithHafner/julia that referenced this pull request Mar 8, 2022
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.

3 participants