Skip to content

Commit 1972111

Browse files
idodeclareVladimir Kotal
authored andcommitted
Optimize for a single listener. Support --profiler.
1 parent 68c32f3 commit 1972111

File tree

6 files changed

+127
-84
lines changed

6 files changed

+127
-84
lines changed

OpenGrok

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,15 @@
115115
# - OPENGROK_SUBVERSION_PASSWORD password of the user that should be used for
116116
# fetching the history from subversion
117117
#
118+
# - OPENGROK_PROFILER Pause to await user input for profiling.
119+
#
118120
# Notes:
119121
# (*) Any Non-Empty String will enable these options
120122
#
121123

122124
#
123125
# Copyright (c) 2008, 2017, Oracle and/or its affiliates. All rights reserved.
124-
# Portions Copyright (c) 2017, Chris Fraire <[email protected]>.
126+
# Portions Copyright (c) 2017-2018, Chris Fraire <[email protected]>.
125127
#
126128

127129
#
@@ -866,6 +868,7 @@ CommonInvocation()
866868
${READ_XML_CONF} \
867869
${WEBAPP_CONFIG} \
868870
${WEBAPP_CONTEXT} \
871+
${OPENGROK_PROFILER:+--profiler} \
869872
"${@}"
870873
}
871874

0 commit comments

Comments
 (0)