1

How can I calculate RAM / memory used up during SQL transactions and queries?

I am doing a resource profiling of sqlite and need this information.

2 Answers 2

3

The sqlite3_status() and sqlite3_db_status() functions can return this information.

Sign up to request clarification or add additional context in comments.

Comments

1

In windows you can use perfmon and monitor CPU/Ram usage for specific process

in other way in VS2015 we have some new feature in diagnostic tools that can help us to monitor CPU/RAM usage in time or event by event for example if you press any button in your app you can see all details like, memory usage, cpu usage, heaps and etc...

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.