evennia.server.profiling.test_queries

This is a little routine for viewing the sql queries that are executed by a given query as well as count them for optimization testing.

evennia.server.profiling.test_queries.count_queries(exec_string, setup_string)[source]

Display queries done by exec_string. Use setup_string to setup the environment to test.