November 14, 2022 Learn » Re: dirEntries removes entire branches of empty directories | |||
|---|---|---|---|
| |||
...gnu/12.1.0/include/d/std/datetime/stopwatch.d:421 #6 __foreachbody9 (__capture=0xf7411000... | |||
November 10, 2022 Learn » Re: dirEntries removes entire branches of empty directories | |||
|---|---|---|---|
| |||
...emptyDirs);
}
int main(string[] args) {
import std.datetime.stopwatch;
import std.stdio;
import std.path... | |||
November 04, 2022 Learn » Re: Hipreme's #4 Tip of the day - Don't use package.d | |||
|---|---|---|---|
| |||
...because Phobos had `std.algorithm` and `std.datetime` and some people wanted to break them... | |||
November 01, 2022 Learn » Re: druntime thread (from foreach parallel?) cleanup bug | |||
|---|---|---|---|
| |||
...huntlabs/hunt/blob/master/source/hunt/util/DateTime.d#L409
Appender!(char[])[2] bufs;
const... | |||
November 01, 2022 Learn » Re: druntime thread (from foreach parallel?) cleanup bug | |||
|---|---|---|---|
| |||
...blob/master/source/hunt/util/DateTime.d#L430
```
class DateTime {
shared static this() {
...
dateThread.isDaemon... | |||
November 01, 2022 Learn » druntime thread (from foreach parallel?) cleanup bug | |||
|---|---|---|---|
| |||
...1.7.16/hunt/source/hunt/util/DateTime.d:430 #3 0x0000555555fb89f4 in thread_entryPoint... | |||
October 28, 2022 Learn » Re: how to benchmark pure functions? | |||
|---|---|---|---|
| |||
...see Dennis code for an example. std.datetime.benchmark works, but at high optimization level... | |||
October 27, 2022 Learn » Re: how to benchmark pure functions? | |||
|---|---|---|---|
| |||
...trick currently:
```D
void main()
{
import std.datetime.stopwatch;
import std.stdio: write, writeln, writef... | |||
October 27, 2022 Learn » how to benchmark pure functions? | |||
|---|---|---|---|
| |||
...a pure function using benchmark from std.datetime.stopwatch, I get times equal to zero... | |||
October 24, 2022 Issues » [Issue 15466] Incorrect result for 'real' | |||
|---|---|---|---|
| |||
...std.stdio; import std.datetime.stopwatch; // this was `import std.datetime;` alias T = real; // Must... | |||
Copyright © 1999-2021 by the D Language Foundation