probem with DNS resolution timing

2002-05-03 Thread masqurin
Hello, While I was trying to add some code to time events such as DNS resolution in Mozilla, I found the folowing code (in the file nsDnsService.cpp): #ifdef DNS_TIMING if (getenv(DNS_TIMING)) { mOut = fopen(dns-timing.txt, a); if (mOut) { PRTime now = PR_Now();

Re: probem with DNS resolution timing

2002-05-03 Thread Dan Mosedale
[Reposting to n.p.m.netlib] [EMAIL PROTECTED] (masqurin) writes: Hello, While I was trying to add some code to time events such as DNS resolution in Mozilla, I found the folowing code (in the file nsDnsService.cpp): #ifdef DNS_TIMING if (getenv(DNS_TIMING)) { mOut =

Re: probem with DNS resolution timing

2002-05-03 Thread Dan Mosedale
[2nd try, reposting to .netlib; perhaps someone there can help] [EMAIL PROTECTED] (masqurin) writes: Hello, While I was trying to add some code to time events such as DNS resolution in Mozilla, I found the folowing code (in the file nsDnsService.cpp): #ifdef DNS_TIMING if