[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-patch-tracker] [patch #8539] Reduce profiling overhead using inl
From: |
Rik |
Subject: |
[Octave-patch-tracker] [patch #8539] Reduce profiling overhead using inlining and templates |
Date: |
Wed, 29 Oct 2014 22:03:27 +0000 |
User-agent: |
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:33.0) Gecko/20100101 Firefox/33.0 |
Follow-up Comment #1, patch #8539 (project octave):
@Julien: I modified your patch slightly to remove tabs in favor of spaces for
indentation, and to remove ';' and the end of the expansion of macros. I've
uploaded the patch.
But, when I compile the code, either with your patch or my amended one, the
profiler causes an assertion and segfault.
octave:1> profile on
octave:2> corefcn/profiler.cc:388: void
profile_data_accumulator::add_current_time(): Assertion `last_time >= 0.0 &&
last_time <= t' failed.
Abort
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/patch/?8539>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Octave-patch-tracker] [patch #8539] Reduce profiling overhead using inlining and templates,
Rik <=