I don't believe there is currently any way to measure in an immediate way how your Windows Azure application changes affect your billing and usage. There is, however, a feature request for a billing/usage API you could vote on.
SQL Azure includes two system views that can detail your storage and bandwidth usage.
The sys.database_usage view lists the number, type, and duration of
databases on the server and the sys.bandwidth_usage view describes the
bandwidth used with each database.
The above was excerpted from this article.
Additional Links
In particular - How to find acrued billing charges for Windows Azure
In general - Search Stack Overflow for "Azure Billing"