[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gnash-dev] More string_table stats (DisplayObject names as keys?)
From: |
strk |
Subject: |
[Gnash-dev] More string_table stats (DisplayObject names as keys?) |
Date: |
Fri, 10 Sep 2010 04:25:10 +0200 |
On Fri, Sep 10, 2010 at 04:18:22AM +0200, strk wrote:
> I've added some stats gathering code to string_table
> (enable defining DEBUG_STRING_TABLE in string_table.cpp)
Another interesting information from the stats is
that using keys for instance names might not have been
a good idea. At least winterbell keeps generating new
instances with new names, like:
16:snow188(2358)
15:instance175(1199)
13:instance186(1213)
12:instance411(1501)
10:snow189(2371)
5:instance885(2065)
4:snow190(2378)
2:instance1089(2330)
1:instance1090(2331)
You may note that 'instance' grows to thousands (in few seconds)
while 'snow' just hundreds. The former is names generated
by gnash, the latter is generated by swf.
--strk;
() Free GIS & Flash consultant/developer
/\ http://strk.keybit.net/services.html
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gnash-dev] More string_table stats (DisplayObject names as keys?),
strk <=