octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #37434] tic-toc should have tictoc IDs


From: Jordi Gutiérrez Hermoso
Subject: [Octave-bug-tracker] [bug #37434] tic-toc should have tictoc IDs
Date: Mon, 24 Sep 2012 14:45:38 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20110109 Lightningsheep/3.6.13

URL:
  <http://savannah.gnu.org/bugs/?37434>

                 Summary: tic-toc should have tictoc IDs
                 Project: GNU Octave
            Submitted by: jordigh
            Submitted on: Mon 24 Sep 2012 02:45:37 PM GMT
                Category: Interpreter
                Severity: 1 - Wish
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: jordigh
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

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)





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?37434>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]