~linuxjedi/drizzle/drizzle-gcc-4.7.0

« back to all changes in this revision

Viewing changes to plugin/performance_dictionary/plugin.ini

  • Committer: Brian Aker
  • Date: 2010-09-16 04:15:39 UTC
  • mto: (1787.4.1 drizzle)
  • mto: This revision was merged to the branch mainline in revision 1790.
  • Revision ID: brian@tangent.org-20100916041539-rayzd1qz1lpnkr6i
First pass at session_usage.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[plugin]
 
2
title=Performance Dictionary
 
3
description=Table functions related to performance issues.
 
4
load_by_default=no
 
5
static=no
 
6
sources= 
 
7
  dictionary.cc
 
8
  session_usage.cc
 
9
headers=
 
10
  dictionary.h
 
11
  session_usage.h