-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/10421/#review19208
-----------------------------------------------------------



third_party/libprocess/src/process.cpp
<https://reviews.apache.org/r/10421/#comment39781>

    Also note that Duration has an output operator (<<) in duration.hpp. 
Meaning the following will work:
    
    VLOG(2) << "Clock advanced (" << duration << ")";
    
    Can you update the output operator there to use full double precision? 
(We'll have a cleaner implementation when we refactor to use integral time 
values).


- Ben Mahler


On April 15, 2013, 6:29 p.m., Jiang Yan Xu wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/10421/
> -----------------------------------------------------------
> 
> (Updated April 15, 2013, 6:29 p.m.)
> 
> 
> Review request for mesos, Benjamin Hindman, Vinod Kone, and Ben Mahler.
> 
> 
> Description
> -------
> 
> See summary.
> 
> 
> Diffs
> -----
> 
>   third_party/libprocess/include/process/clock.hpp 
> be96a68de7257f0ec0a292be1f3357d089397a51 
>   third_party/libprocess/src/process.cpp 
> d3dfe806aeb18d495717a07c555bd628d0ee88b7 
>   third_party/libprocess/src/tests/process_tests.cpp 
> 562f52c6833183e6e4e81f6ae307cf28e40404b3 
>   third_party/libprocess/src/tests/statistics_tests.cpp 
> 6efcc8004fc637e5c4dc8f0ba0e34c0a06a8c052 
> 
> Diff: https://reviews.apache.org/r/10421/diff/
> 
> 
> Testing
> -------
> 
> make check. 
> 
> 
> Thanks,
> 
> Jiang Yan Xu
> 
>

Reply via email to