eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'Tools::ProfilerInfoItem':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: ProfilerInfoItem (in Tools)


Inheritance:

   Object
   |
   +--AbstractHierarchicalItem
      |
      +--HierarchicalItem
         |
         +--Tools::ProfilerInfoItem

Package:
stx:libtool
Category:
Interface-Browsers-New-Profiler
Version:
rev: 1.6 date: 2017/11/28 18:18:57
user: cg
file: Tools__ProfilerInfoItem.st directory: libtool
module: stx stc-classLibrary: libtool

Instance protocol:

accessing
o  isBlock
(comment from inherited method)
return true if the receiver is some kind of block;
false returned here - the method is only redefined in Block.

o  isBlock: aBoolean

o  label
(comment from inherited method)
returns the label displayed on aGC;
*** to optimize:redefine by subClass

o  method

o  method: aCompiledMethod

o  methodClass

o  methodLabel

o  packageLabel

o  selector

o  tally

o  tally: anInteger

o  tallyAdd: anInteger

o  tallyLabel

accessing-private
o  setChildren: collection

comparing
o  = anotherMethodInfo
(comment from inherited method)
return true if the receiver and the arg have the same structure.
Notice:
This method is partially open coded (inlined) by the compiler(s)
identical objects are always considered equal.
redefining it may not work as expected.

o  hash
(comment from inherited method)
return an Integer useful as a hash key for the receiver.
This hash should return same values for objects with same
contents (i.e. use this to hash on structure)



ST/X 7.1.0.0; WebServer 1.663 at exept.de:8081; Mon, 04 Aug 2025 16:58:41 GMT