File: plprofiler.conf.sample

package info (click to toggle)
plprofiler 4.2.5-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 944 kB
  • sloc: python: 2,125; ansic: 1,440; perl: 670; sql: 357; sh: 55; makefile: 28
file content (16 lines) | stat: -rw-r--r-- 501 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# ----
# Settings for plprofiler
# ----
#shared_preload_libraries = 'plprofiler'	# Add this to be able to use
											# the .enabled and .enable_pid
											# options.

#plprofiler.max_functions = 2000			# The number of functions that
											# can be tracked in shared memory.

#plprofiler.max_lines = 200000				# The number of source code lines
											# that can be tracked.

#plprofiler.max_callgraphs = 20000			# The number of different call
											# graphs that can be tracked.