-
-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add tare feature #34
Add tare feature #34
Conversation
- press the "Tare" button to establish a baseline from which to report subsequent results - the idea is to eliminate monex's own results from subsequent refreshes and help users focus on relevant results - uses actual statistics as baseline, plus some hard-coded ones to eliminate the "tare" functions themselves - press the "Clear Tare" button to return to normal behavior
This is very nice, we need it! |
This is helpful to distinguish between the many similarly named files in apps these days, e.g., controller.xql and app.xql. Desktops have plenty of room in this column.
I've been trying to think of a more robust method of suppressing functions than the manual filtering the PR currently performs; see wolfgangmm@d546eb4#diff-ee16ce62bb3cc95ebe5fb49e819c73daR263. How about either a pragma like I suppose I could avoid the line number issue by using Having thought this through out loud, I'll go ahead with the latter option and update the PR, but I'll leave the first idea here, should it prove useful. |
avoids the problem of hard coding line numbers
restore trimming of entries > 60 characters, but for these, we show full path as a tooltip
Okay, there is no longer any hard coding of line numbers. With "tare" enabled, all queries/functions/indexes in monex's app.xql, eXide's controller.xql, and the persistent login module login.xql are suppressed from query profiling results. I also restored truncation of long source paths. |
I think this qualifies for a docs-outdated label 😉 |
This is functionally complete, but I would really like comments, and I may need to add some documentation to explain the feature.