Commit Graph

2 Commits

Author SHA1 Message Date
Durham Goode
cee701f980 tests: fix checkcode and simple test failures 2016-08-01 11:54:13 -07:00
Mateusz Kwapich
b5b42b6764 sqldirstate: sql trace facility
Summary:
to debug the sql performance we need a to trace the sql queries. This hacky module
facilitates that need.

Test Plan:
    [mitrandir@dev3277 fbsource  (92e442f)]$ xhg --config sqldirstate.tracefile=trace  st
    ? fbcode/eden/x.py
    [mitrandir@dev3277 fbsource  (92e442f)]$ cat trace |arc paste
    Reading paste from stdin...
    P56530356: https://phabricator.intern.facebook.com/P56530356

Reviewers: #mercurial, ttung, durham

Subscribers: mjpieters

Differential Revision: https://phabricator.intern.facebook.com/D3626545
2016-07-28 14:44:56 -07:00