Thread overview
Just updated to 2.068, get random profilegc.log created all over the place
Aug 16, 2015
deadalnix
Aug 16, 2015
Walter Bright
Aug 17, 2015
deadalnix
Aug 17, 2015
Walter Bright
August 16, 2015
It looks like every run of whatever I compiled generate a profilegc.log file, that only contains :

bytes allocated, type, function, file:line

And that's it. Flag used to compile are -w -debug -gc -unittest . Bug or feature ?
August 16, 2015
On 8/16/2015 4:16 PM, deadalnix wrote:
> It looks like every run of whatever I compiled generate a profilegc.log file,
> that only contains :
>
> bytes allocated, type, function, file:line
>
> And that's it. Flag used to compile are -w -debug -gc -unittest . Bug or feature ?

Bug. Please post to bugzilla as a regression.
August 17, 2015
On Sunday, 16 August 2015 at 23:41:28 UTC, Walter Bright wrote:
> On 8/16/2015 4:16 PM, deadalnix wrote:
>> It looks like every run of whatever I compiled generate a profilegc.log file,
>> that only contains :
>>
>> bytes allocated, type, function, file:line
>>
>> And that's it. Flag used to compile are -w -debug -gc -unittest . Bug or feature ?
>
> Bug. Please post to bugzilla as a regression.

https://issues.dlang.org/show_bug.cgi?id=14926
August 17, 2015
On 8/17/2015 12:50 AM, deadalnix wrote:
> On Sunday, 16 August 2015 at 23:41:28 UTC, Walter Bright wrote:
>> Bug. Please post to bugzilla as a regression.
> https://issues.dlang.org/show_bug.cgi?id=14926

thanks!