Re: TLF Performance Issue fix?

2015-06-06 Thread Harbs
Yes. I hope to have some time this week. @Jason, help on this would be awesome. On Jun 6, 2015, at 12:55 AM, Alex Harui wrote: > Harbs, will you have time to look at the table code’s impact on > performance? > > @Jason. You can get the repos and follow the README file instructions to > get se

Re: TLF Performance Issue fix?

2015-06-05 Thread Alex Harui
Harbs, will you have time to look at the table code’s impact on performance? @Jason. You can get the repos and follow the README file instructions to get set up. Here is one wiki page that might help [1]. Or you can get the code from our github mirrors and submit pull requests as well. -Alex

Re: TLF performance issue

2015-02-27 Thread goratz
Hi Alex, As you said I posted the problem in a JIRA bug and I uploaded a File to test the problem. I hope this helps you to investigate. Thank you for all your help. Here is the JIRA Bug: https://issues.apache.org/jira/browse/FLEX-34769 -- View this message in context: http://apache-flex-d

Re: TLF performance issue

2015-02-10 Thread Alex Harui
On 2/10/15, 12:05 AM, "goratz" wrote: >Here you have a Scout screenshot. > >ion_problem.png> > Hi Goratz, Call Counts is the thing I miss most when using Scout. If you have a test case you can file in a JIRA bug, may

Re: TLF performance issue

2015-02-10 Thread goratz
Here you have a Scout screenshot. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/TLF-performance-issue-tp44966p45109.html Sent from the Apache Flex Development ma

Re: TLF performance issue

2015-02-09 Thread Alex Harui
Hi, Can you post a link to a screenshot of the profiler? I want to see call counts and the other columns. Thanks, -Alex On 2/9/15, 12:59 AM, "goratz" wrote: >Hi Alex, > >I used a profiler to see the difference between the two versions and this >is >what i see. > >In the 4.14 version it spends

Re: TLF performance issue

2015-02-09 Thread goratz
I will test with all Apache Flex versions and I will put here the version where the problem starts. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/TLF-performance-issue-tp44966p45080.html Sent from the Apache Flex Development mailing list archive at Nabble

Re: TLF performance issue

2015-02-09 Thread Harbs
If the problem is in TextBlock.createTextLine(), it kind of sounds like a Player issue rather than a TLF issue — unless createTextLine() is being called too often. On Feb 9, 2015, at 10:59 AM, goratz wrote: > Hi Alex, > > I used a profiler to see the difference between the two versions and th

Re: TLF performance issue

2015-02-09 Thread Harbs
What about the 4.13 version? I think we need to determine wether the issue appeared before 4.13 or after 4.13. The were lots of changes to TLF after 4.13 and very few before. On Feb 9, 2015, at 10:59 AM, goratz wrote: > Hi Alex, > > I used a profiler to see the difference between the two vers

Re: TLF performance issue

2015-02-09 Thread Alessandro Palombaro
I've also experienced an issue with TLF and as I was trying to resolve my issue I noticed in the ParagraphElement class the createTextBlock method is now being call within the replaceChildren method and am wondering if this extra call is a catalyst for the performance issues you are having On

Re: TLF performance issue

2015-02-09 Thread goratz
Hi Alex, I used a profiler to see the difference between the two versions and this is what i see. In the 4.14 version it spends a lot of time in this methods while in the 4.9.1 version don't. flash.text.engine::TextBlock/DoCreateTextLine(),flash.text.engine::TextBlock/recreateTextLine(),Function

Re: TLF performance issue

2015-02-06 Thread Alex Harui
If you have Flash Builder there is a performance profiler in there. There are some internet articles on how to use it. On 2/6/15, 7:49 AM, "goratz" wrote: >I determined that tracing the time before and after that method. > >How can i run the performance profiler? Any Guide or tutorial? > > > >-

Re: TLF performance issue

2015-02-06 Thread goratz
I determined that tracing the time before and after that method. How can i run the performance profiler? Any Guide or tutorial? -- View this message in context: http://apache-flex-development.247.n4.nabble.com/TLF-performance-issue-tp44966p45036.html Sent from the Apache Flex Development m

Re: TLF performance issue

2015-02-06 Thread Alex Harui
On 2/6/15, 12:26 AM, "goratz" wrote: >Hi Alex I try what you said but the performance is the same. Any other >idea? Hmm, how did you determine that EditManager.applyLeafFormat is involved? Did you run the performance profiler? If not, please run it and see what is going on inside that method.

Re: TLF performance issue

2015-02-06 Thread piotrz
Hi Jude, I see bunch of performance unit tests in our repo for TLF but I still don't have free cycles to fix them. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/TLF-performance-issue-tp44966p45020.

Re: TLF performance issue

2015-02-06 Thread goratz
Hi Alex I try what you said but the performance is the same. Any other idea? -- View this message in context: http://apache-flex-development.247.n4.nabble.com/TLF-performance-issue-tp44966p45018.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: TLF performance issue

2015-02-06 Thread goratz
Hi Alex I try what you said but the performance is the same. Any other idea? -- View this message in context: http://apache-flex-development.247.n4.nabble.com/TLF-performance-issue-tp44966p45017.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: TLF performance issue

2015-02-05 Thread jude
I saw this recently too but didn't see it until recently either. I'm guessing something slipped through along the way. Is it possible to add performance tests to must tella? For example, it took test X 100ms but now it's taking 1000ms. Maybe we can throw a warning? On Thursday, February 5, 2015,

Re: TLF performance issue

2015-02-05 Thread goratz
Thanks Harbs, the same happens on version 4.13 so the problem isn't the tables ;) -- View this message in context: http://apache-flex-development.247.n4.nabble.com/TLF-performance-issue-tp44966p44988.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: TLF performance issue

2015-02-05 Thread Harbs
It’s also possible that the table work introduced performance issues. On Feb 5, 2015, at 6:12 PM, Alex Harui wrote: > That sounds like the workaround we put in for discretionary hyphens. > > Try setting ContainerController.tlf_internal::usesDiscretionaryHyphens = > false; > > -Alex > > On 2/5

Re: TLF performance issue

2015-02-05 Thread goratz
Thanks Alex, I will try it tomorrow and I will tell you if that works. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/TLF-performance-issue-tp44966p44982.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: TLF performance issue

2015-02-05 Thread Alex Harui
That sounds like the workaround we put in for discretionary hyphens. Try setting ContainerController.tlf_internal::usesDiscretionaryHyphens = false; -Alex On 2/5/15, 7:00 AM, "goratz" wrote: >Hi all, > >first of all sorry for my English. > >I have a very strange performance diference between 2