Search

November 14, 2022
Learn »
...gnu/12.1.0/include/d/std/datetime/stopwatch.d:421
#6  __foreachbody9 (__capture=0xf7411000...
November 10, 2022
Learn »
...emptyDirs);
}

int main(string[] args) {
    import std.datetime.stopwatch;
    import std.stdio;
    import std.path...
November 04, 2022
Learn »
...because Phobos had `std.algorithm` and `std.datetime` and some people wanted to break them...
November 01, 2022
Learn »
...huntlabs/hunt/blob/master/source/hunt/util/DateTime.d#L409

        Appender!(char[])[2] bufs;
        const...
November 01, 2022
Learn »
...blob/master/source/hunt/util/DateTime.d#L430

```
class DateTime {
  shared static this() {
    ...
    dateThread.isDaemon...
November 01, 2022
Learn »
...1.7.16/hunt/source/hunt/util/DateTime.d:430
#3  0x0000555555fb89f4 in thread_entryPoint...
October 28, 2022
Learn »
...see Dennis code for an example. std.datetime.benchmark works, but at high optimization level...
October 27, 2022
Learn »
...trick currently:

```D
void main()
{
    import std.datetime.stopwatch;
    import std.stdio: write, writeln, writef...
October 27, 2022
Learn »
...a pure function using benchmark from std.datetime.stopwatch, I get times equal to zero...
October 24, 2022
Issues »
...std.stdio;
import std.datetime.stopwatch;    // this was `import std.datetime;`

alias T = real;     // Must...
2 3 4 5 6 7 8 9 10 11 12 13
Next ›   Last »