Replies: 2 comments
-
Wrapper of the profiler data objects has been started with PR #315 by @q40603 . |
Beta Was this translation helpful? Give feedback.
0 replies
-
A prototype of the serializer has been started with PR #323 by @ThreeMonth03 . |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Profiling is a requirement before any HPC code can be written. A good profiling sub-system makes it easy to collaborate on performance improvement and tuning. External profiling tools may assist with additional details, but are less productive in the collaboration.
Attempts to improve the experimental profiler have been started (see #302). As mentioned in the issue, 3 key points are identified:
cProfile
).This topic thread is created to collect development information and track the progress.
Plan for 20240518 scisprint
In the May scisprint we will clarify PR #315 (wrapper) and #323 (serializer) and move them forward. We will discuss the challenges and set a milestone for the wrapper and serializer.
Beta Was this translation helpful? Give feedback.
All reactions