Skip to content

Commit

Permalink
Remove WTE from cache
Browse files Browse the repository at this point in the history
This commit removes the `WallTimeEstimate` from the cache and moves it
to an isolated place. In the process, I refactored the struct to split
reporting with updating, so that reporting can be done with any
frequency/schedule desired using the same Schedule infrastructure used
by other functions/diagnostics as well.
  • Loading branch information
Sbozzolo committed Dec 5, 2024
1 parent 7f685eb commit 11f9e21
Show file tree
Hide file tree
Showing 10 changed files with 439 additions and 419 deletions.
6 changes: 3 additions & 3 deletions .dev/Manifest.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is machine-generated - editing it directly is not advised

julia_version = "1.10.6"
julia_version = "1.10.7"
manifest_format = "2.0"
project_hash = "b280bcf3b481823c97fa1a62c1b5e65114b8fa18"

Expand Down Expand Up @@ -67,9 +67,9 @@ deps = ["Base64"]
uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"

[[deps.OrderedCollections]]
git-tree-sha1 = "dfdf5519f235516220579f949664f1bf44e741c5"
git-tree-sha1 = "12f1439c4f986bb868acda6ea33ebc78e19b95ad"
uuid = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
version = "1.6.3"
version = "1.7.0"

[[deps.PrecompileTools]]
deps = ["Preferences"]
Expand Down
Loading

0 comments on commit 11f9e21

Please sign in to comment.