bugGNU Octave - Bugs: bug #37434, tic-toc should have tictoc IDs

 
 

bug #37434: tic-toc should have tictoc IDs

Submitter:  Jordi Gutiérrez Hermoso <jordigh>
Submitted:  Mon 24 Sep 2012 02:45:37 PM UTC
   
 
Category:  Interpreter Severity:  1 - Wish
Priority:  5 - Normal Item Group:  Matlab Compatibility
Status:  Fixed Assigned to:  jwe
Originator Name:  Open/Closed:  * Closed
Release:  * dev Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 24 Sep 2012 02:50:12 PM UTC, comment #1: 

Oops, never mind. This is already in dev.

http://hg.savannah.gnu.org/hgweb/octave/rev/f8d5095fa90d

Jordi Gutiérrez Hermoso <jordigh>
Group Member
Mon 24 Sep 2012 02:45:37 PM UTC, original submission:  

Matlab's tic-toc allows you to use identifiers to specify which timer you're stopping. One intended use is to nest tic-toc calls:


id1 = tic
stuff();
id2 = tic
otherstuff();
toc(id2)
yetmorestuff();
toc(id1)


Jordi Gutiérrez Hermoso <jordigh>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by jordigh (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2012-09-24 jordigh StatusNone Fixed
        Assigned tojordigh jwe
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code