charmplusplus / projections

Performance Analysis Tool for Charm++
Apache License 2.0
5 stars 3 forks source link

Conversion of time to humanReadableString causes rounding errors #25

Closed pplimport closed 10 years ago

pplimport commented 10 years ago

Original author: Maxx Macica Original issue: https://charm.cs.illinois.edu/redmine/issues/521


When converting a time to a humanReadableString, the rounding causes us to stop reading our log files early. For example, look at dcsdata/jessie/PPL/git/benchmarks/leanmd/prj_root/. The actual latest time of all the log files is 7610759, but the endTimeField in the range dialog box sets the end time to 7.61s. As a result, the end computation signal is never reached when processing the logs and we lose some of our data.

pplimport commented 5 years ago

Original author: Maxx Macica Original date: 2014-06-13 20:38:16


The correct path for those log files is /dcsdata/home/jessie/PPL/git/benchmarks/leanmd/prj_root/.

pplimport commented 5 years ago

Original author: Maxx Macica Original date: 2014-08-26 16:54:18


Merged on gerrit.