April 23 Genel » Re: Kodunuzun Hızını ÖLÇme | |||
|---|---|---|---|
| |||
Harici uygulamanın süresi hesaplanabilir. ```d import std.datetime.stopwatch; import std.stdio; import std.process... | |||
April 22 Genel » Kodunuzun Hızını ÖLÇme | |||
|---|---|---|---|
| |||
...ZamanSayacı
{
bool ekranaYaz;
StopWatch süre;
import std.datetime.stopwatch;
this(bool print)
{
ekranaYaz = print;
süre... | |||
April 11 Issues » [Issue 24496] New: "Undefined reference to internal" when -c with SysTime.max in init | |||
|---|---|---|---|
| |||
...code:
a.d:
module a;
import std.datetime;
struct AStruct
{
SysTime time = SysTime.max;
}
void... | |||
April 09 General » Re: Garbage Collection for Systems Programmers | |||
|---|---|---|---|
| |||
...like walking through a minefield. Even seemingly innocent things like `DateTime` can use GC internally. | |||
April 04 General » Re: Garbage Collection for Systems Programmers | |||
|---|---|---|---|
| |||
...std.stdio;
import std.conv;
import std.datetime.stopwatch;
string[int] stuff;
void main()
{
for... | |||
March 28 Learn » Re: Why is this code slow? | |||
|---|---|---|---|
| |||
...import core.stdc.stdio: printf; import std.datetime.stopwatch; enum ITERS = 1_000_000_000... | |||
March 28 Learn » Re: Two chunks but No allocation | |||
|---|---|---|---|
| |||
...be a better way?
```d
import std.datetime.stopwatch;
import std.stdio, std.algorithm,
std... | |||
March 27 Learn » Re: Why is this code slow? | |||
|---|---|---|---|
| |||
...import core.stdc.stdio: printf; import std.datetime.stopwatch; const int ITERATIONS = 1_000_000... | |||
March 25 Learn » Re: Why is this code slow? | |||
|---|---|---|---|
| |||
...d import std.stdio : writefln; import std.datetime.stopwatch; enum ITERATIONS = 1_000_000; enum... | |||
March 19 General » Simultaneous video streams of two cameras using DCV | |||
|---|---|---|---|
| |||
...stdio; import core.stdc.stdlib; import std.datetime.stopwatch : StopWatch; import dcv.videoio; import dcv... | |||
Copyright © 1999-2021 by the D Language Foundation