Skip to content
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

tcl-clock rewritten in c #2

Closed
wants to merge 22 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
c047fb7
fix test-case clock-67.5 using on CET time zone (following error with…
sebres Dec 1, 2016
43292e6
new performance measurement routine "timerate" in opposition to "time…
sebres Dec 9, 2016
bc26ed2
load win-registry library also in development environment (uninstalled)
sebres Dec 10, 2016
5bb1fbd
short excerpt of performance test case back-ported ...
sebres Dec 10, 2016
6fdafdc
timerate: fix for too large threshold (max value of threshold reduced…
sebres Dec 28, 2016
e5f24c4
1st tcl-clock version rewritten in C (back-ported from tclSE);
sebres Dec 28, 2016
975126b
[win] bug fix in NativeGetTime: each call of it blurs current perform…
sebres Dec 29, 2016
9fde3bd
bug fix in "timerate": overflow of long int by multiplication with 10…
sebres Dec 29, 2016
38f98c3
Merge branch 'sb/trunk-clock-perf-test' into sb/trunk-rewrite-clock-in-c
sebres Dec 29, 2016
27d153c
some greedy matches are fixed (see test cases clock-6.22.11 and clock…
sebres Dec 29, 2016
7ff7cdc
another way to make greedy search more precise, some greedy matches a…
sebres Dec 30, 2016
b5b5b73
dict: unused variable removed
sebres Dec 30, 2016
d91a0cd
[unix] build for *nix fixed, code clean-ups; missing declarations; un…
sebres Dec 30, 2016
65e229a
Merge remote-tracking branch 'remotes/fossil/trunk' into sb/trunk-rew…
sebres Jan 2, 2017
66ea413
Merge branch 'sb/_se-back-port/timerate' into sb/trunk-rewrite-clock-…
sebres Jan 3, 2017
4def0a2
test-performance: added calibration of `timerate` to minimize influen…
sebres Jan 3, 2017
75b0f7a
[unix] resolving of several warnings (gcc 5.x):
sebres Jan 4, 2017
47dd816
Merge remote-tracking branch 'remotes/gh-sebres/sb/_se-back-port/time…
sebres Jan 5, 2017
1b69a0d
correct output of total resp. average values considering net executio…
sebres Jan 4, 2017
1cfc842
code review and inline documentation
sebres Jan 5, 2017
fd47490
"clock add" rewritten in C, using common functionality of "clock scan…
sebres Jan 5, 2017
fa182a0
small amend (reset have rel flag)
sebres Jan 7, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
"clock add" rewritten in C, using common functionality of "clock scan…
…" (and freescan)...

test-performance.tcl: test cases extended to cover "clock add"
  • Loading branch information
sebres committed Jan 7, 2017
commit fd47490f479eda12b1c5cc43394ccccb7707f8fa
Loading