Log of /contributions/modules/visualize_backtrace/visualize_backtrace.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.1.2.2.2.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jan 28 03:01:14 2009 UTC
(9 months, 4 weeks ago)
by
kentbye
Branch:
DRUPAL-6--1
Changes since
1.1.2.2.2.1: +256 -11 lines
Diff to
previous 1.1.2.2.2.1
, to
branch point 1.1.2.2
, to
next main 1.1.2.7
#365303 -- previous commit was to HEAD, this is to the proper DRUPAL-6--1 branch. This patch adds support for outputting an entire functional call stack from a Drupal page load into a nested krumo-styled output, also added support for dumping a full call stack to an output file so that you could do a diff of the Drupal functions called between two page loads, and some other miscellaneous cleanup
Revision
1.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jan 28 02:53:05 2009 UTC
(9 months, 4 weeks ago)
by
kentbye
Branch:
MAIN
CVS Tags:
HEAD
Changes since
1.1: +489 -450 lines
Diff to
previous 1.1
#365303 which adds support for outputting an entire functional call stack from a Drupal page load into a nested krumo-styled output, also added support for dumping a full call stack to an output file so that you could do a diff of the Drupal functions called between two page loads, and some other miscellaneous cleanup
Revision
1.1.2.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Nov 27 18:11:25 2007 UTC
(2 years ago)
by
kentbye
Branch:
DRUPAL-5
Changes since
1.1.2.6: +59 -54 lines
Diff to
previous 1.1.2.6
, to
branch point 1.1
, to
next main 1.2
Fixed time information in *.dot graphs, slow functions are now automatically have font colors that are highlighted red, added children information to the *.dot functions, rearranged *.dot function information, removed api.drupal.org links in *.dot graphs to make the file sizes smaller and b/c it isn't used or well-known, and started to comment out deprecated time_delta & memory code to be deleted later when the forwardtrace function is fixed and cleaned up.
Revision
1.1.2.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Nov 27 02:25:56 2007 UTC
(2 years ago)
by
kentbye
Branch:
DRUPAL-5
Changes since
1.1.2.5: +175 -156 lines
Diff to
previous 1.1.2.5
, to
branch point 1.1
(#193709) Rewrote the awk trace file processing command into native PHP for windows compatibility, and added a speed improvement by dumping the processed function_call_stack data into the parsed trace file, and then checking to see if it exists before parsing the original trace file again. Also rearranged the Full Functional Call Stack column order, and changed the time display to properly show the sum of all of the children functions (#194903) and also added a 'children' column, and added some more detailed comments.
Revision
1.1.2.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Oct 23 21:30:37 2007 UTC
(2 years, 1 month ago)
by
kentbye
Branch:
DRUPAL-5
CVS Tags:
DRUPAL-5--1-1
Changes since
1.1: +18 -5 lines
Diff to
previous 1.1
Incorporated feedback from litwol including: configurable font size of source code, show trace files in reverse chronological order, changes default contributed module directory to sites/, add to the development .info package.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.