Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
1answer
252 views

boost::serialization high memory consumption during serialization

just as the topic suggests I've come across a slight issue with boost::serialization when serializing a huge amount of data to a file. The problem consists of the memory footprint of the ...
4
votes
1answer
294 views

Memory consumption in Cherrypy

I am using Cherrypy in a RESTful web service and server returns XML as a result (lxml is being used to create XML). Some of those XMLs are quite large. I have noticed that memory is not being released ...
2
votes
2answers
534 views

how to find out Battery consumption of each application in android device

Could any one tell me the way, how to find out the battery usage of each application in android device.
2
votes
2answers
2k views

how to calculate power consumption on an Android mobile that uses wifi?

I have implemented a routing protocol on an Android 1.6 mobile that uses wireless (ad-hoc) network in order to exchange messages. Now I would like to evaluate it under an energy consumption point of ...
2
votes
4answers
191 views

Memory Consumption?

I have a piece of code where for ( ; ; ) { char *buf; /* Some code */ } The question here will the code allocate memory every time when it cycles through the loop . I mean atleast 4 bytes ...
1
vote
0answers
222 views

How to consume a webservice using excel? [closed]

Possible Duplicate: Call web service in excel Hi, I have a wsdl-based webservice running on my intranet with some important organizational data that is constantly being updated. I have ...
0
votes
0answers
61 views

iPhone: background audio with minimal power consumption

Use case: loop sound in the background Goal: minimal power consumption (i.e., minimal power consumption is more important than sound quality) Audio file format: Which audio file format, incl. ...
0
votes
0answers
218 views

WCF unmanaged memory consumption

I have written an in process hosted WCF service. After service startup i analyzed memory consumption of the service with ANTS memory profiler. Here is what profiler reports about memory usage: Gen1: ...
0
votes
2answers
584 views

Error when adding parameters to ADODB command in a .NET assembly

I have a .NET assembly that is being consumed by a classic ASP page. I've created a method that returns a ADODB recordset. In my ADODB command object I'm supplying parameters using the following ...
0
votes
2answers
787 views

iphone memory usage

After running with the memory analyzer, my app seems to increase its memory consumption very slowly. The analyzer did detect memory leaks whenever certain events occur, which i quickly fixed. But ...