Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
396211b
Intial commit of profiler code (non working)
Jan 7, 2025
a07dde4
CPU/Memory Logging working
ChrisPaulBennett Feb 24, 2025
bd58c36
CPU time and Time series now working
ChrisPaulBennett Mar 3, 2025
999679c
Added "Total of Totals" for CPU time
ChrisPaulBennett Mar 12, 2025
54c8ab7
Removed unused code.
ChrisPaulBennett Mar 14, 2025
6d03947
Linting
ChrisPaulBennett Mar 14, 2025
25084a0
More linting
ChrisPaulBennett Mar 14, 2025
72397ae
More linting
ChrisPaulBennett Mar 14, 2025
7b0b6aa
Added unit tests
ChrisPaulBennett Mar 14, 2025
a7c347c
Added towncrier fragment
ChrisPaulBennett Apr 2, 2025
e0ae428
Merge branch 'refs/heads/master' into memory_view
ChrisPaulBennett Apr 9, 2025
612e4a1
Updated querys
ChrisPaulBennett Apr 9, 2025
19f8cfd
Linting schema.py
ChrisPaulBennett Apr 14, 2025
0f8b4dd
Updating sql infrastucture to cope with added join
ChrisPaulBennett Apr 14, 2025
fe53b77
Updating sql infrastucture to cope with added join
ChrisPaulBennett Apr 14, 2025
c2deee3
Updating sql infrastructure to cope with refactor in cylc-flow
ChrisPaulBennett Apr 28, 2025
0b158ce
updating unit tests
ChrisPaulBennett Apr 28, 2025
6793689
Linting
ChrisPaulBennett Apr 28, 2025
6f198d2
Linting
ChrisPaulBennett Apr 28, 2025
667cf2b
Linting
ChrisPaulBennett Apr 28, 2025
977bbf8
Fixed std dev bug
ChrisPaulBennett Apr 30, 2025
6f21fba
Merge branch 'refs/heads/master' into memory_view
ChrisPaulBennett May 19, 2025
f5d9b45
Deconflicting
ChrisPaulBennett May 19, 2025
3a2c5f3
Linting
ChrisPaulBennett May 19, 2025
a0a97a7
Refactoring cylc messages to not use jq command
ChrisPaulBennett Jun 18, 2025
4375cfd
Update cylc/uiserver/schema.py
ChrisPaulBennett Jun 20, 2025
3051050
Update cylc/uiserver/schema.py
ChrisPaulBennett Jun 20, 2025
55ff74a
Code consistency
ChrisPaulBennett Jun 20, 2025
337abc3
Removing usage of JSON data
ChrisPaulBennett Jul 8, 2025
7d6a2e4
Typo fix
ChrisPaulBennett Jul 9, 2025
738a7b2
Amending unit tests due to change with JSON data
ChrisPaulBennett Jul 9, 2025
9ec9231
Altered SQL to cope with properly with no cpu time / max rss data
ChrisPaulBennett Jul 18, 2025
9495fd6
Linting
ChrisPaulBennett Jul 18, 2025
9805d03
Linting
ChrisPaulBennett Jul 18, 2025
c354be0
Better table names in SQL query
ChrisPaulBennett Jul 18, 2025
81eebc6
Correct typing for std_dev
ChrisPaulBennett Jul 18, 2025
ee958c5
Merge branch 'refs/heads/master' into memory_view
ChrisPaulBennett Jul 18, 2025
a005131
Merge branch 'refs/heads/master' into memory_view
ChrisPaulBennett Jul 18, 2025
6118c72
Updated unit tests
ChrisPaulBennett Jul 21, 2025
004fd1f
Merge branch 'refs/heads/master' into memory_view
ChrisPaulBennett Jul 28, 2025
96907c2
Updated unit tests
ChrisPaulBennett Jul 29, 2025
ffea7f2
Merge branch 'refs/heads/master' into memory_view
ChrisPaulBennett Jul 31, 2025
9bc076b
Means are now INTs, to make them display in the UI
ChrisPaulBennett Jul 31, 2025
b5c90df
Changed how stddev is calculated and tidying tests
ChrisPaulBennett Aug 4, 2025
2fc756a
Linting
ChrisPaulBennett Aug 4, 2025
859c209
Added memory allocation
ChrisPaulBennett Sep 11, 2025
7c798f1
Fixed bug and unit tests
ChrisPaulBennett Sep 23, 2025
1b1e272
Bug fix
ChrisPaulBennett Sep 23, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changes.d/675.feat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Adding CPU time and Max RSS to Analysis Tools
Loading