You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stdcxx.apache.org by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/10/28 00:56:50 UTC

[jira] Created: (STDCXX-623) add cumulative times to the output of the exec utility

add cumulative times to the output of the exec utility
------------------------------------------------------

                 Key: STDCXX-623
                 URL: https://issues.apache.org/jira/browse/STDCXX-623
             Project: C++ Standard Library
          Issue Type: New Feature
          Components: Utilities
    Affects Versions: 4.2
            Reporter: Martin Sebor
             Fix For: 4.2.1


As discussed in the post below, it would be useful to know the cumulative amount of time (user, system, and wall clock) used up by the programs run by the exec utility.
http://www.nabble.com/Intel-C%2B%2B-9.1-Win-XP-build-timeouts-tf4699975.html

This affects version 4.2.0 (there's no exec utility in previous releases) and can be easily implemented in 4.2.1.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (STDCXX-623) add cumulative times to the output of the exec utility

Posted by "Martin Sebor (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/STDCXX-623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Sebor closed STDCXX-623.
-------------------------------

    Resolution: Fixed
      Assignee: Martin Sebor

Done with http://svn.apache.org/viewvc?view=rev&revision=594730.
Merged to 4.2.x with http://svn.apache.org/viewvc?view=rev&revision=598869.
Closing.

> add cumulative times to the output of the exec utility
> ------------------------------------------------------
>
>                 Key: STDCXX-623
>                 URL: https://issues.apache.org/jira/browse/STDCXX-623
>             Project: C++ Standard Library
>          Issue Type: New Feature
>          Components: Utilities
>    Affects Versions: 4.2.0
>            Reporter: Martin Sebor
>            Assignee: Martin Sebor
>             Fix For: 4.2.1
>
>
> As discussed in the post below, it would be useful to know the cumulative amount of time (user, system, and wall clock) used up by the programs run by the exec utility.
> http://www.nabble.com/Intel-C%2B%2B-9.1-Win-XP-build-timeouts-tf4699975.html
> This affects version 4.2.0 (there's no exec utility in previous releases) and can be easily implemented in 4.2.1.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.