Hi,

to save your Explorer statistics data into a file you may consider writing a special statistics action along the line

Explorer.object add(statistics
                     proc {$ I R}
                        <write record R to some file>
                     end
                     label: 'Write')

See http://www.mozart-oz.org/documentation/explorer/node7.html for details.

Best,
Torsten


On 14.05.2006, at 07:34, Mary Aranda Cabezas wrote:
Hello
Thanks for all the aid that have offered me.
 
Oz Explorer shows diverse data (amount of successful Nodes, amount of failed nodes, so on), with which I've wanted to send this information to a text file, nevertheless when I've begun my search about surroundings variables (or something similar), I only have found the following thing:
 
http://www.mozart-oz.org/documentation/system/ node57.html#chapter.property
 
and
 
stat(c: ... % number of choice nodes
     s: ... % number of solved nodes
     f: ... % number of failed nodes
     b: ... % number of suspended nodes
     start: ... % depth of current node
     depth: ... % depth of current subtree
     shape: ... % describes current subtree
)
I think  that the last part this more near serving me, nevertheless, not like using it. I do not speak to write a text file (I create to be able to do it), I mainly talk about to handle those variables that contain the data shown in Oz Explorer.

 
You could help me? Please!
--
Mary


LLama Gratis a cualquier PC del Mundo.
Llamadas a fijos y móviles desde 1 céntimo por minuto.
http:// es.voice.yahoo.com_____________________________________________________ ____________________________ mozart-users mailing list [email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

--
Torsten Anders
Sonic Arts Research Centre • Queen's University Belfast
Frankstr. 49 • D-50996 Köln
Tel: +49-221-3980750
www.torsten-anders.de


_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to