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

[Client] Add Elapsed Time #3800

Merged
merged 1 commit into from Jun 4, 2020

Conversation

HassanAbouelela
Copy link
Contributor

Add elapsed time to task info for boinccmd.

Fixes #3463

Description of the Change

Prints the current elapsed time of a task (RESULT), if it is still running. The property was already available to the RESULT struct.

Release Notes

Added elapsed time to boinc-cmd task information.

Add elapsed time to task info for boinccmd.
@codecov
Copy link

codecov bot commented Jun 4, 2020

Codecov Report

Merging #3800 into master will decrease coverage by 3.74%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #3800      +/-   ##
==========================================
- Coverage   19.40%   15.66%   -3.75%     
==========================================
  Files         109      136      +27     
  Lines       10140    13873    +3733     
  Branches     1770     1770              
==========================================
+ Hits         1968     2173     +205     
- Misses       8040    11568    +3528     
  Partials      132      132              
Impacted Files Coverage Δ
lib/parse.h 0.00% <0.00%> (ø)
lib/wslinfo.h 0.00% <0.00%> (ø)
db/boinc_db_types.h 0.00% <0.00%> (ø)
lib/average.h 0.00% <0.00%> (ø)
sched/sched_shmem.cpp 0.00% <0.00%> (ø)
db/db_base.cpp 0.77% <0.00%> (ø)
lib/opencl_boinc.h 0.00% <0.00%> (ø)
lib/coproc.cpp 0.00% <0.00%> (ø)
sched/credit.h 0.00% <0.00%> (ø)
lib/sched_msgs.h 100.00% <0.00%> (ø)
... and 20 more

@davidpanderson davidpanderson merged commit ccaffff into BOINC:master Jun 4, 2020
@davidpanderson
Copy link
Contributor

Thanks!

@AenBleidd AenBleidd added this to In progress in BOINC Client/Manager via automation Jun 4, 2020
@AenBleidd AenBleidd added this to the Client/Manager 8.0 milestone Jun 4, 2020
@HassanAbouelela HassanAbouelela deleted the add_elapsed_time branch June 5, 2020 02:10
@AenBleidd AenBleidd modified the milestones: Client/Manager 8.0, Client Release 7.16.8 Jul 10, 2020
@AenBleidd AenBleidd removed this from In progress in BOINC Client/Manager Jul 10, 2020
@AenBleidd AenBleidd added this to Development in Client Release 7.16 via automation Jul 10, 2020
@AenBleidd AenBleidd moved this from Development to Done in Client Release 7.16 Jul 10, 2020
@AenBleidd AenBleidd removed this from Done in Client Release 7.16 Jul 16, 2020
@AenBleidd AenBleidd modified the milestones: Client Release 7.18.0, Client Release 7.16.11 Sep 8, 2020
@AenBleidd AenBleidd added this to Done in Client Release 7.16 Sep 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

boinccmd --get_tasks is missing elapsed time
3 participants