]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Improved header comment on the tool/vdbe_profile.tcl script. No changes to code.
authordrh <drh@noemail.net>
Fri, 16 Oct 2015 12:39:52 +0000 (12:39 +0000)
committerdrh <drh@noemail.net>
Fri, 16 Oct 2015 12:39:52 +0000 (12:39 +0000)
FossilOrigin-Name: b17ad8fc046ebc9529d1c146437a383e72217b01

manifest
manifest.uuid
tool/vdbe_profile.tcl

index 5cd21de928024c68a1f932862584ec0a79d639bd..2ae7956b208bc877f0bb259f67d7f22c66019535 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Performance\soptimization\sfor\sthe\sOP_Column\sopcode.
-D 2015-10-15T21:30:24.579
+C Improved\sheader\scomment\son\sthe\stool/vdbe_profile.tcl\sscript.\s\sNo\schanges\sto\scode.
+D 2015-10-16T12:39:52.666
 F Makefile.in 2ea961bc09e441874eb3d1bf7398e04feb24f3ee
 F Makefile.linux-gcc 7bc79876b875010e8c8f9502eb935ca92aa3c434
 F Makefile.msc 8e42cb55739cd8c12e1fd25401956e2019448f6a
@@ -1387,11 +1387,11 @@ F tool/symbols.sh fec58532668296d7c7dc48be9c87f75ccdb5814f
 F tool/tostr.tcl 96022f35ada2194f6f8ccf6fd95809e90ed277c4
 F tool/varint.c 5d94cb5003db9dbbcbcc5df08d66f16071aee003
 F tool/vdbe-compress.tcl 5926c71f9c12d2ab73ef35c29376e756eb68361c
-F tool/vdbe_profile.tcl 67746953071a9f8f2f668b73fe899074e2c6d8c1
+F tool/vdbe_profile.tcl 246d0da094856d72d2c12efec03250d71639d19f
 F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
 F tool/warnings.sh 48bd54594752d5be3337f12c72f28d2080cb630b
 F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f
-P 871e091df651b2275a672c35ff938bd4b6db0d7f
-R 2a9ee0eee7d0527a150149dc10bab0fb
+P 076be5474df628bbbfd2b645adba30e1e093acd0
+R 41e336dcb92acc074dc2ce69de55bbe0
 U drh
-Z 586c37c7b737d31273c8670597b9862e
+Z 806bf6a2db0196f2b81e8d59f452cb7d
index 5e41d31178bd81a8f1dd99573437619dfd570076..cde39a7b421c782459ce748338b820de6877da5b 100644 (file)
@@ -1 +1 @@
-076be5474df628bbbfd2b645adba30e1e093acd0
\ No newline at end of file
+b17ad8fc046ebc9529d1c146437a383e72217b01
\ No newline at end of file
index fb1f955391ae2782147796fe9848a3c156bb184d..a0dc99ec33a95de9074e42c51b4297074322db89 100644 (file)
@@ -1,8 +1,16 @@
 #!/bin/tclsh
 #
+# SUMMARY:
 # Run this script in the same directory as the "vdbe_profile.out" file.
 # This script summarizes the results contained in that file.
 #
+# DETAILS:
+# Compile SQLite using the -DVDBE_PROFILE option on Linux.  This causes 
+# performance information about individual VDBE operations to be appended
+# to the "vdbe_profile.out" file.  After content has been accumulated in
+# vdbe_profile.out, run this script to analyze the output and generate a
+# report.
+#
 if {![file readable vdbe_profile.out]} {
   error "run this script in the same directory as the vdbe_profile.out file"
 }