On 8 Nov 2011, at 13:20, James Carlson wrote:

> Mehul Choube wrote:
>> Hi,
>> 
>> I want to collect the performance information for each myFunc call. The 
>> program is multi-threaded and uses multiple queues which can be served by 
>> any thread. GUID is the unique handle for each request. I can collect the 
>> information and store it based on GUID something like:
>> 
>> @[guid] = ...
>> 
>> I think the ID is correct.
> 
> Then just use the data as they are.  Dtrace doesn't have functions that
> translate buffers into D strings.

It is a pity there's no sprintf; was the omission of sprintf from D a 
deliberate design decision?

Chris
_______________________________________________
dtrace-discuss mailing list
dtrace-discuss@opensolaris.org

Reply via email to