Bugzilla – Attachment 6235 Details for
Bug 7177
memoize more function calls to speed up Koha
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
run opac search under NYTProf
run-opac-search-under-NYTProf.patch (text/plain), 840 bytes, created by
Dobrica Pavlinusic
on 2011-11-06 06:58:20 UTC
(
hide
)
Description:
run opac search under NYTProf
Filename:
MIME Type:
Creator:
Dobrica Pavlinusic
Created:
2011-11-06 06:58:20 UTC
Size:
840 bytes
patch
obsolete
>From d6247e9a8832c82054ff1b97e78a87bf136ca0fd Mon Sep 17 00:00:00 2001 >From: Dobrica Pavlinusic <dpavlin@rot13.org> >Date: Sun, 6 Nov 2011 06:08:55 +0100 >Subject: [PATCH] run opac search under NYTProf > >http://bugs.koha-community.org/show_bug.cgi?id=7177 >--- > misc/nytprof-opac-search.sh | 11 +++++++++++ > 1 files changed, 11 insertions(+), 0 deletions(-) > create mode 100755 misc/nytprof-opac-search.sh > >diff --git a/misc/nytprof-opac-search.sh b/misc/nytprof-opac-search.sh >new file mode 100755 >index 0000000..04113ad >--- /dev/null >+++ b/misc/nytprof-opac-search.sh >@@ -0,0 +1,11 @@ >+#!/bin/sh -x >+ >+timestamp=`date +%Y-%m-%dT%H:%M:%S` >+ >+sudo sh -c 'echo 3 > /proc/sys/vm/drop_caches' >+ >+perl -d:NYTProf ./opac/opac-search.pl q=human > /tmp/search.$timestamp >+ >+test -d nytprof && mv nytprof nytprof.$timestamp >+ >+nytprofhtml >-- >1.7.2.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 7177
: 6235